Hi all I am having a problem. I have a list ...

Hi all

I am having a problem. I have a list and need to show other columns based on multiple selections from that list, but getting the following error, whats the best way forward?

Column Name โ€˜Proximal Long Head of Biceps - Reportโ€™ in Schema โ€˜Shoulder Exam_Schemaโ€™ of Column Type โ€˜EnumListโ€™ has an invalid show_if constraint '=[Location of interest] = โ€œAnteriorโ€ '. Cannot compare List with Text in ([Location of interest] = โ€œAnteriorโ€)

0 4 837
4 REPLIES 4

You need to use

IN expression likeโ€ฆ IN(โ€œAnteriorโ€,[Location of Interest])

@Aleksi_Alkio thanks. Where would I put the above expression? in Show If for Valid If?

@Aleksi_Alkio thanks, I got it now, thank you.

Show_If I would guess in your case.

Top Labels in this Space