Hi all,
I know it is possible to only show rows / panels if a token is set,
<row depends="$token$">
Is it possible to only show the row if the token has a specific value?
<row depends="$token$ == 1">
Thanks for any help
No, depends works on whether the token has been set to a non-null value.
No, depends works on whether the token has been set to a non-null value.