Hi,
i got a form from a colleague which is on vacancy.
This form includes a formula like this:
If(parseLookup(uiSession2A) == "Lesson1" || parseLookup(uiSession2A) == "Lesson2"
|| parseLookup(uiSession2A) == "Lesson3",
"Please make sure to select two different Sessions for Session I and II, should this already be the case, please ignore this message.", "")
I have about 20 lessons (and the name is not lesson but a real title). Now i want to achieve a parseLookup like:
If(parseLookup(uiSession2A) like(or match or something) "Lesson*",
"Please make sure to select two different Sessions for Session I and II, should this already be the case, please ignore this message.", "")
Is this possible?
Thanks in advance
Stephan