1 min readJan 22, 2019
To ensure that i understand the scenario correctly, can you elaborate more on the 2nd part of your question:
“ Now I want to customize my embedded report based on those selection which are made in UI part or i want to take into consideration only those rows which are getting appended in DB Table for the user viewing the report, similarly i can have multiple users viewing the report parallel based on their selection in UI part selections. Can you help me with this?”
If you want to do per user filtering i.e. use the same report to show different/filtered data to different users, you have 2 options:
- RLS: Row level security
- Client side filtering