Skip to Content
0
Former Member
Jul 17, 2008 at 01:22 PM

How to compare two strings with each other?

28 Views

Hello,

I have modeled a formular which has a radio group and a button. Furthermore, I have one result state corresponding to each option in the radio group.

In order to determine which result state actually is to be reached I want to attach a condition to each flow to the result states that tests which option has been chosen.

Which operator can I use for writing these conditions? I have tried the "like" operator as well as the "==" operator but neither seems to work.

I have written something like:

=LIKE(@decision, 'option a')

as well as:

=(@decision=='option a')

What am I doing wrong here?

Thank you very much

Alexander