Hi All,
I was trying to have a hyperlink embedded inside a Domo Table/MegaTable and I used the following method.
CONCAT('<a href="https://na132.salesforce.com/', `donation_link`, '" target="_blank">', 'Donation Link', '</a>')
Now this is working perfectly on Domo but one major problem I'm facing is when I export the data, the column in a excel/csv file is coming out as
<a href="https://na132.salesforce.com/" target="_blank">Click to View</a>
Is there a way around this? My users need to be able to export the hypelink out of Domo and I can't seem to find any way to do this.
Thanks to everyone for helping!