Hi All,
I want to change a colour of a circle based on a value of a toggle.
So if the toggle is True - Circle is Green. If the toggle is False - Circle is Red.
At the moment, you can see the output I have above.
Thanks!
Solved! Go to Solution.
Change the Fill property of the shape to:
If(yourToggleName.Value, Green, Red)
I hope this is helpful for you.
Change the Fill property of the shape to:
If(yourToggleName.Value, Green, Red)
I hope this is helpful for you.
My toggle is showing as a datacardvalue / DataCardKey7
Its the Manager Code field I'm trying to use
Then the formula is the same except with your control name in it.
If(DataCardValue7.Value, Green, Red)
Yeah I thought that and tried that before I messaged you back, it's giving me 'IF' has invalid arguments.
User | Count |
---|---|
163 | |
95 | |
77 | |
72 | |
58 |
User | Count |
---|---|
216 | |
166 | |
97 | |
96 | |
74 |