I have filter below which contains formula to take forward data for the groups I have defined in there, however i only want to take forward certain groups for a the two specific accounts defined in the formula below.
Although the formula gives me no error, all the output processed goes to false anchor.
What amendments do I need to make?
@chiragpatel_1
You are using a Condition statement for the then and else part, so it will return a Bolean value, which is true or false.
@chiragpatel_1
Maybe some like this?
([account] = "V40823" or [account] = "V17312") and Group in ("GT","PS","GP","PT")
what would i add to that fro rest of the other accounts?
something like this?
