IF Logic Operator for String/Dropdown Menu?
-
Hello,
I’m creating a grade calculator using CFF and am stuck on one small part. After calculating the base score, the calculator needs to add 2 points if the learner has chosen English as a subject.
I’ve tried the following but none of them work (where fieldname4 is a dropdown menu, and English is the second option, with number values assigned for each option):
+IF (fieldname4 = ‘ENGLISH’, 2, 0)
and…
+IF (fieldname4 = 2, 2, 0)In both cases, the Calculated Field fails to show any result at all. What am I missing and how can I fix it?
Please help!
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘IF Logic Operator for String/Dropdown Menu?’ is closed to new replies.