Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Adding bullet, numbered list PDF Download PDF Download page Adding bullet, numbered list. Current page All pages Adding bullet, numbered list Use case You need to merge tables and apply bullet or numberd list to merged 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 'Date', FORMATWIKI(SUM("* " , 'Notes' , "\n")) AS 'All Notes' FROM (SELECT * FROM T*) GROUP BY 'Date' ORDER BY 'Date' SQL or SELECT 'Date', FORMATWIKI(SUM("# " , 'Notes' ,"\n")) AS 'All Notes' FROM (SELECT * FROM T*) GROUP BY 'Date' ORDER BY 'Date' SQL Click Next. Define the table settings and view options if needed. Save the macro and the page. ×