Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Processing links with SQL Current: Changing a link text and preserving it clickable PDF Download PDF Download page Changing a link text and preserving it clickable. Current page All pages Changing a link text and preserving it clickable Use caseYou need to change a text for links and preserve it clickable.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.'Company', FORMATWIKI( "[Click here|" + T1.'Link'->tfView->match("href=([^ >]*)")->1->slice(1, -1) + "]" ) AS 'Link' FROM T* SQL Save the macro and the page. ×