Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Adding line breaks PDF Download PDF Download page Adding line breaks. Current page All pages Adding line breaks Use caseYou need to add a line break. 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(T1.'Name', " \n" , T1.'Surname') AS 'Representative 1', FORMATMARKDOWN(T1.'Name', " \n", T1.'Surname') AS 'Representative 2', FORMATWIKI(T1.'Name', " \\ ", T1.'Surname') AS 'Representative 3' FROM T1 SQL Three alternative ways of adding line breaks are shown in the SQL query. Click Next. Define the table settings and view options if needed. Save the macro and the page. ×