Using IN() with List() Problem

Anyone know what’s wrong with it? just wondering why the expression is not match the IN() with the LIST()

Solved Solved
0 4 135
1 ACCEPTED SOLUTION

An expression of the form table[colum] already returns a List type, you do not need to wrap it with LIST(), and that is probably what is causing your error here.

View solution in original post

4 REPLIES 4
Top Labels in this Space