Hi,
I wanna use something like a space holder for a prompt textfield. For example, if the user beginns the string with an * I wanna use the operator "CONTAINS" if the user uses a * as a placeholder in his string I wanna use "STARTS WITH".
I tried it with a simple if function, but got only some...