Forum Discussion
Score Card using symbols
- 2 years ago
I think you have % part of the text/value. Try this.
SelectItem = 12 && (VALUE( SUBSTITUTE([Classic prioritizes overall safety],"%","") ) / 100) >= 0.90
Tested:Column2 is calculated column and its syntax:
Measure syntax:
I was doing fast copy paste and has to do multiple edits in this reply. 🙂
Can you try like this and see if it works?
SelectItem = 12 && [Classic prioritizes overall safety] >= 0.90
as
SelectItem = 12 && Value([Classic prioritizes overall safety]) >= 0.90
I have tried this
- sevenhills2 years agoSuper User
I think you have % part of the text/value. Try this.
SelectItem = 12 && (VALUE( SUBSTITUTE([Classic prioritizes overall safety],"%","") ) / 100) >= 0.90
Tested:Column2 is calculated column and its syntax:
Measure syntax:
I was doing fast copy paste and has to do multiple edits in this reply. 🙂
- WNelson2 years agoFrequent Visitor
You are my HERO!!!!!!! thank you so so much. This has been making me crazy. I appreciate you willingness to help.
Thank you,
Wendy
- sevenhills2 years agoSuper User
Glad to hear that it helped! 🙂