Hi @ll,
I’m trying to add a condition, that only employees which are not in branch XY getting a special bonus. But after long time trying, I figured out that I cannot use text/strings fields to check. I just created a float and a currency field in my Employee, to check my formula and suddenly the condition works well.
So my question: How to use a conditions based on a text field?
branch == “Main” or branch != “Main”(doesn’t) work
branch_cur == 1 works or also branch_cur != 1 … works as expected … (self created field in employee, just for testing)
Greetings
schmutzfuss