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?
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?
ISBLANK([Column])
many thanks
Another way is to count it like COUNT([Column])=0