Hello,
i need to hide panel based on choice in list lookup. I want the panel to be visible just for a few(let's say "1" and "2") from many choices. I believe rule should look like:
or(parseLookup(LookupList)!="a", parseLookup(LookupList)!="b")
ofcourse it's not working...can you please advice?