Reference Qualifier that filters out Groups user is not in
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 09:41 AM
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 09:54 AM - edited 03-10-2023 09:55 AM
You need to add the "ref_qual_elements=what_user" attribute to the variable that has the ref qual you posted. Where "what_user" is the name of the the variable that references the user.
This may help
I also think your refqual needs to be something like this
javascript: "^RLQUERYsys_user_grmember.group,>=1,m2m^user=" + current.variables.what_user + "^ENDRLQUERY"

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 09:57 AM
And if you want to filter out the groups the user is in then change the ">=1" to "<=0"