Conditional text

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

Screenshot 2024-07-19 at 8.01.44 pm

I read up on Dynamic Expressions / Comparisons, but couldn’t quite figure out if its possible.

Yes, it is… by using ‘format as text’ on any conditional statement (the format as text operator, in this context, is the bubble equivalent of a ternary operator).

1 Like

Thank you, works!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.