Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Changing alignment PDF Download PDF Download page Changing alignment. Current page All pages Changing alignment Use case You need to align text in some columns of the 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 the following SQL query: SELECT FORMATWIKI("{cell:vertical-align=bottom}", T1.'Bill to', "{cell}") AS 'Bill to', FORMATWIKI("{cell:align=right}", T1.'Invoice', "{cell}") AS 'Invoices', T1.'Date', T1.'Product', T1.'Price' FROM T1 SQL Click Next . Define the table settings and view options if needed. Save the macro and the page. ×