Use case
You need to adjust the font size, style.
Solution
- Switch 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 either of the following SQL query patterns:
SELECT FORMATWIKI("{cell:font-size=50px|font-weight=bold}", T1.'Transaction Type', "{cell}") AS 'Transaction Type', FORMATWIKI("{cell:font-size: 30px; font-weight: bold;}", T1.'Service Agent', "{cell}") AS 'Service Agent' FROM T*
Click Next.
Define the table settings and view options if needed.
Save the macro and the page.