List and in expression not working

Hello, would any be able to tell me why this in() expression is returning N.

I cant seem to understand why.

Thanks

Solved Solved
0 5 446
1 ACCEPTED SOLUTION

When your [role] column is EnumList, it’s a list already and you should use it like…
IN(…,[role])

View solution in original post

5 REPLIES 5

Is your [role] column an EnumList?

Yes it is.

When your [role] column is EnumList, it’s a list already and you should use it like…
IN(…,[role])

Right… Thanks so much… Works great!

You’re welcome

Top Labels in this Space