Forum Discussion
Anonymous
4 years agoNot applicable
Display 2 Icons on a same column
Hi All,
I came across a dataset, where I have to display 2 icons under same date in an matrix view . How would we solve the issue
The image avove, where we have the number 2, it has two values(icons) to be shown on the same date. Any suggestions, please
1 Reply
- lbendlinSuper User
create new icons that represent all possible permutations. Then in your measure compute which icon to show. You could base it on the icon name
icon1.png
icon1_icon2.png
icon3_icon5.png
etc
Another alternative is to use SVG to dynamically draw your icons (and the text too)