Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Using HTML to format data PDF Download PDF Download page Using HTML to format data. Current page All pages Using HTML to format data Use caseYou want to create cells inside table cells to better structure your data. 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 *, FORMATMARKDOWN("<table><tr><td class='confluenceTd'>CITIUS</td><td class='confluenceTd'>ALTIUS</td><td class='confluenceTd'>FORTIUS</td><td>-</td><td class='confluenceTd'>COMMUNITER</td></tr></table>") AS 'Motto' FROM T1 SQL Save the macro and the page. ×