I have a view called "vwTest" which has one column and lists 3 docs:
John Mcoy
Peter Pap
Ashley Young
I have a picture with a default hotspot on which I typed the following Hide when formula:
view := "vwTest";
nume := @Name([CN];@UserName);
@If(@IsMember(nume;_view);@False;@True)
The user is John Mcoy. But the picture is hidden. Why? Thanks!