Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Above is a table with category col. I need different link to critical and different link to non critical
Hi Sugarp.
Try in table 'Data' -> Column 'Category' -> Representation as Link -> Link setting as 'Add URL' and in Link URL formula something like:
If( [Category]= 'Critical', 'https://linkOne1', 'https://linkTwo2'
)
Don't forget to like if it works 😉
HI,
See if this helps.
https://www.youtube.com/watch?v=MfR05dDUpEc