Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Data searching, filtration, and formatting with SQL Current: Number formatting PDF Download PDF Download page Number formatting. Current page All pages Number formatting Use caseYou have a table or a macro outputting a table. You need to change the data format of the column containing numbers to add a dollar sign, a thousands separator into values and remove decimals.SolutionSwitch the page to the edit mode.Insert the Table Transformer macro and paste the table within the macro body.Select the macro and click Edit.Switch to the SQL query tab.Enter the following SQL query: SELECT 'Company', "$ "+FORMATNUMBER('Profit per month') as 'Profit' FROM T* SQL Click Next.Define the table settings and view options. Save the macro and the page. FORMATNUMBER function allows you to format numbers according to the settings in the Table Transformer macro. You can use FORMATWIKI function for the purposes of cell formatting. ×