I need to hide a control when another control (A) equals low or high. If the control equals mid then I want to see the control.
Solved! Go to Solution.
what type is controlA of?
Control A is a choice field.
then following formulas should work
or(equals(controlA,"low"),equals(controlA,"high'))
controlA == "low" || controlA == "high"
make sure you build up the formulas in formula builder and do not copy&paste it from here.
make sure controlA is taken from named control and not from item properties.
Perfect - Thanks
Or: not(equals(controlA,"mid"))
BTW: It would also not show if controlA is not set.....
what happens if control A is a lookup field?
Thanks
only for the following sites, that panel should get displayed. when i use the following with hide, it doesnt work
or(not(equals(Location,"Alpharetta, GA")),not(equals(Location,"Altamonte Springs, FL")),not(equals(Location,"Canton, OH")), not(equals(Location,"Charlotte, NC")),not(equals(Location,"Chicago, IL")),not(equals(Location,"Kettering, OH")),not(equals(Location,"Merriam, KS")),not(equals(Location,"Phoenix, AZ")),not(equals(Location,"Rapid City, SD"),not(equals(Location,"San Juan, PR")), not(equals(Location,"Stamford, CT")))