Poll
Question:
Percentage calculation
Option 1: Report studio
votes: 0
Option 2: percentage calculation
votes: 0
If (percentage(count(code)) = 100%)
then ('yes')
else ('no')
If i give the above statement the calculation and evaluation of that value is not working.
Please recommend how to achieve this.
If (percentage(count(code)) = 100%)
then ('yes')
else ('no')
take out the % sign. (I am assuming that the 100% is a numeric field)