Hello, Can anyone help me get the right expr...

Hello,

Can anyone help me get the right expression, please?

I applied one of my column types as

" EnumList" to get multiple selections.One of my selection is

" Other".

If I select " Other", I want to allow users to specify what is other. Thatโ€™s why I created another column as " If other" by giving text function. So, I used Show If valdiation like =[column name]=โ€œOtherโ€.

It doesnโ€™t work. It is showing an error like

Cannot compare List with Text in ([column name] = โ€œOtherโ€).

0 2 782
2 REPLIES 2

Hi @Kyaw_Za, I request you to try

IN(โ€œOtherโ€, [EnumListColumnName]) in Show_if

Thank you for your help

Top Labels in this Space