Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Adding border color PDF Download PDF Download page Adding border color. Current page All pages Adding border color Use case You need to adjust the color of a given column/table. SolutionSwitch the page to the edit mode.Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.Select the macro and click Edit.In the Presets tab select Custom transformation and click Next.Enter either of the following SQL query patterns: SELECT FORMATWIKI("{cell:border-color=red}",T1.'Transaction_Amount',"{cell}") AS 'Transaction_Amount' FROM T* SQL Click Next. Define the table settings and view options if needed. Save the macro and the page. ×