I am trying to accomplish something that I feel should be very easy to do but can't figure out how to do it in Domo. What I am trying to do is add a link, field or button that has a more reader friendly name such as "View More" or "Drill Down Deeper" but the value / filter value is let's say for example, a date.
concat('<div><a href="',fieldName,'">View More</a>') OR concat('<div><button value="',fieldName,'">View More</button></div>')
View More | 2018-07-19 | My Data Report | $5,391
View More | 2018-07-18 | My Data Report | $4,912
View More | 2018-07-17 | My Data Report | $3,453
The "View More" would drill down and add the filter of the date field in the next column (example: if 1st View More is clicked, add " 2018-07-19" as the filter in the drill down.
Thanks!
Jon