Subject: Can’t get a hide when to hide properly using IsMember?
Is the view’s 2nd column actually displaying the common name of the users?
Not sure what the @for is needed for, the hide-when could just be the first few lines - obviously not setting the @ismember value to a variable, that just being the result of the formula, either true or false.
For testing, try prompting the first element of the dblookup, make sure you’re actually getting what you think you’re getting back from the view.
Subject: RE: Can’t get a hide when to hide properly using IsMember?
When you say @ismember is not returning a result, it must be either true or false, so I assume you mean it always returns false.
I’m not sure whether the POFU view will cause a problem to be honest, I never use them.
So you’re 100% certain that one of the members of itUsers is exactly the same as @name([cn];@username)? Prompt both of these and just make sure. If they are, then maybe the POFU view is the problem I guess - can’t see why though.