Merging columns with SQL
Solution
- Switch 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:
SQL- Click Next.
- Set the worklog settings.
- Save the macro and the page.
If your source table columns happen to have some formatting applied which you intend to keep after the columns merge CONCAT_VIEW function is the best way to ensure that, allowing to not only perform the merge but also retain the original formatting of a column&cell, including links.
SQL