Hello,
I'm attempting to create a link on a table that will open up external software based on an invoice number but when I click the link that is generated, nothing happens. The beastmod below works if I replace the "officelink" with "mailto" which opens up the mail app but it will not open officelink. Is there something I'm missing or is this functionality not available in domo? I'm not super familiar with HTML.
CONCAT('<div><a href="officelink://4d/invoices/:',`originvoiceid`,'">', `originvoiceid`,'</a></div>')
This should create "officelink://4d/invoices/:##########" which works fine if I just put it in as a url on my web browser.
Thanks!