Hi! I have a quick question regarding URL Mapping.
So on a table in a Domo Dataset, I wanted to make cells "clickable" so that when a user clicks on it, it leads to a hyperlink attached to it.
I was able to use this formula in doing so: (where Program guide URL and certifications are other columns of that same table)
CONCAT('<a href="',`Program Guide URL`,'"></a>',Certification
,'')
However, in the case where the Program Guide URL has missing values or "Does not exist" filled up instead of an actual URL….it still leaves the text as "clickable", but does not lead to anywhere
Is there any way I can fix this? Thanks!