Forum Discussion
Unichar if value = 1
- 7 years ago
Under Icon layout you can select "Icon only"
Can you switch it from a matrix to a table and still get the visulization you need since you are only using rows?
jdbuchanan71to easy!
Works like a charm now!
Do you know if there is a way to only show the icon, and not both?
- jdbuchanan717 years agoSuper User
Under Icon layout you can select "Icon only"
- Anonymous7 years agoNot applicable
jdbuchanan71ah, thanks. that was simple as well :)
but now I remember what my problem was with using a table though. The names of "contact keep repeating itself
But with matrix is shows like this:
Any way to achive the same with a table?
- jdbuchanan717 years agoSuper User
You will have to write a measure to calcluate the amount you are trying to show under Sale. It should be as easy as
Sale Amount = MAX ( Sale )
because you are showing the value for every row. Then you put that measure in the value section where you can format it.