Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Processing links with SQL Current: Getting the link address from the link PDF Download PDF Download page Getting the link address from the link. Current page All pages Getting the link address from the link Use caseYou need to get the link address itself from the link.SolutionSwitch 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 the following SQL query: SELECT *, T1.'Link'->tfView->match("href=([^ >]*)")->1->slice(1, -1) AS 'Link Address' FROM T1 SQL Save the macro and the page. ×