I have the following formula on the Visible property of a control.
fn-And(fn-And(fn-IsMemberOfGroup('Market Ops Managers'), fn-Equals(Status,"MOM Review")),false)
If I did it correctly the control should never display. But the control is always displayed. Why?
P.S. I do plan to expand on the formula later but I first want to figure out why the multiple ands are not working.