Hello,
I have the select multiple question below:

I would like all of the other choices to disappear if the first option (No Equipment Present) is selected.
I've tried a few different statements in the 'relevant' column (each select one choice generates a repeat) but I'm not having any luck.
Example Statement: if(selected(${Item_Type}, 'Capacitor') and not(selected{${Item_Type}, "NoEquipment")
Can someone point me in the right direction here?