Forum Discussion
ptmuldoon
Resolver I
2 years agoDyanamic RLS with Groups
I am trying to learn and set up user permissions using dynamic RLS, yet can't seem to to get it working correctly. I've treid following the various samples (and videos) from google searches, but sti...
- 2 years ago
In a default join (1:*) the filter only flows from the 1 to the many. You would have to make these two relationships bi-directional in order for your user table to filter the data table.
jdbuchanan71
Super User
2 years agoIn a default join (1:*) the filter only flows from the 1 to the many. You would have to make these two relationships bi-directional in order for your user table to filter the data table.