Forum Discussion
Anonymous
6 years agoNot applicable
Unichar if value = 1
Hi, Probably super noob question but here we go. I have a matrix: These values are based on rows, not measures. So I was thinking to use unichar to show green for 1 og nothing for 0. But am ...
- 6 years ago
Under Icon layout you can select "Icon only"
jdbuchanan71
6 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.
Anonymous
6 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.
- Anonymous6 years agoNot applicable
ah, yes that worked. Think I tried that before and it didn't work, but then I did something wrong.
Thanks a lot jdbuchanan71