Changing cells height
Use case 
You need to change cells height of a given table.
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 one of the following SQL query patterns:
- to adjust the height of a column:SQLThe height applied to at least one column applies to the entire table.
- to adjust the height of a row :
SQLPick at least one value in a row to adjust the cells height and add a conditional function such as IF, CASE WHEN, etc. paired with the FORMATWIKI function.
Click Next.
Define the table settings and view options if needed.
Save the macro and the page.