Hello,
Is it possible to show different text depending on Yes/No, without using the conditional option?
For example
Is 5 a bigger number than 3 ? 'Yes Text' : 'No Text';
I’d like to do my evaluation inline, in the text field, as opposed to using the ‘Conditional’ option
I read up on Dynamic Expressions / Comparisons, but couldn’t quite figure out if its possible.