You 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.
Enter the following SQL query:
SELECT 'Company', "$ "+FORMATNUMBER('Profit per month') as 'Profit' FROM T* |
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. |
![]() |