Is it possible to use a User variable in combination with a UDA to filter the members displayed on a
Summary
It seems like the user variable is being ignored, and all members with the UDA are displayedContent
I'm trying to limit the number of rows displayed in a form to those that are IDescendants of a User variable and have a specific UDA. However, the form is displaying all members with the UDA, ignoring the user variable.
The row is defined as:
IDescendants(&GBU_Select),Uda(X3_LVL
Where &GBU_Select is a user variable and X3_LVL is the UDA, however the result is that all members with the X3_LVL uda are being listed
Thanks in advance,
Tagged:
0