Creating a dynamic link in a data grid
To create an HTML link in the data grid that opens another webpage (with parameters typically), use CloudQL concat function to create the link dynamically. Here's a video recording on how to do it:
-
https://www.loom.com/share/cfe072ca616a41bdba9d7a11d3304d20?sid=1c6d3105-61e8-454a-a065-c1e1c1eb1361
Create a new field in your dataset that contains the full link in html:
CONCAT('<a href="', full_url_field, '">', url_label_field, '</a>')
Please sign in to leave a comment.
1 comment