Hi, I want to verify in a condition whether a...

Hi, I want to verify in a condition whether a column of type Enumlist is empty. How do I do that?

I tried

[col]<>List()

which seems not to be ok.

Any idea?

0 3 288
3 REPLIES 3

ISBLANK([Column])

many thanks

Another way is to count it like COUNT([Column])=0

Top Labels in this Space