I'm trying to add a Custom Column using the following m query language:
= if AccountType {{"I","E"}} then "IS" else "BS"
Herewith is a screenshot of the Custom Column:
As you notice, no syntax errors are found, however, when I click OK, I get the following Error:
Expression.Error: We cannot apply an index of type List. Details: Value=[Table] Index=[List]
I've looked at numerous websites, but couldn't find a solution to this. The closest match is this, but the answer is not very clear.
Please help.