You need to create clickable links from multiple text pieces put together.

  1. Switch the page to the edit mode.

  2. Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.

  3. Select the macro and click Edit.

  4. In the Presets tab select Custom transformation and click Next.

  5. Enter the following SQL query:

    SELECT T1.'Name', T1.'Phone Number', T1.'City', FORMATWIKI("[" + CONCAT("https://", T1.'City', ".mycompany.com/", T2.'Folder') , "]") AS 'Workspace', FORMATWIKI("[The link|" , CONCAT("https://", T1.'City', ".mycompany.com/", T2.'Folder') , "]") AS 'Workspace 2' FROM T1 OUTER JOIN T2 ON T1.'Name' = T2.'Name'
    SQL
  6. Click Next

  7. Define the table settings and view options if needed. 

  8. Save the macro and the page.

Here's the example on how to create them to the JIRA issues.