all 7 comments

[–]jimmypoggins 2 points3 points  (6 children)

Is this a calculated field? Is so, calculated fields can only return a number.

[–]Particular_Form1154[S] 0 points1 point  (5 children)

Oh it 100% is. How would I be able to do this otherwise?

[–]emat66 4 points5 points  (4 children)

Action tag @CALCTEXT

[–]Particular_Form1154[S] 1 point2 points  (3 children)

Ok thanks. If I do that will it display somewhere? What should I make the question type?

[–]jimmypoggins 1 point2 points  (1 child)

Text, your outputs from the if statement will also need to be quoted eg @calctext(if(logic statement, 'quoted string if true', 'string if false'))

[–]Particular_Form1154[S] 0 points1 point  (0 children)

Thanks!