Links - tables only, or any other Card Types

PJG
PJG Member
edited August 2 in Beast Mode

I've started adding a hyperlink back to the records in my source system in table Cards with this:

concat('<a href="https://abcdefghijklm.com/project/', `ProjectID`,'/Overview " target="_blank">',ProjectName,'</a>')

Are there any other card types that it works in, and if so, is there a list somewhere of which?

Thanks!

Best Answer

  • ArborRose
    ArborRose Coach
    Answer ✓

    I don't know if there's a list. HTML links work in table cards, pivot table cards, html cards, and text cards. In charts line bar, line, etc you can have links like drill downs to other pages. You can also implement filters using html links.

    You may also be interested in using pfilters. Parameter filters let you link to pages and pass filter columns. A more complex type of html linking.

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

Answers

  • ArborRose
    ArborRose Coach
    Answer ✓

    I don't know if there's a list. HTML links work in table cards, pivot table cards, html cards, and text cards. In charts line bar, line, etc you can have links like drill downs to other pages. You can also implement filters using html links.

    You may also be interested in using pfilters. Parameter filters let you link to pages and pass filter columns. A more complex type of html linking.

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **