Forum Discussion
Unichar if value = 1
- 6 years ago
Under Icon layout you can select "Icon only"
Under Icon layout you can select "Icon only"
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?
- jdbuchanan716 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.
- Anonymous6 years agoNot applicable
jdbuchanan71Not sure if I understood you correctly. Like when you turn stepped layout off on matrix.
if I select max(contact) I still get one line pr entry.
I want:
Contact:
- candidate 1
- candidate 2
- candidate 3
Like in the picture I sent :)
- jdbuchanan716 years agoSuper User
No, you change your view back to a matrix and put Sale in the values section.