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 835
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