Page 1 of 1

Row Level Security

Posted: Thu Sep 21, 2023 5:46 pm
by Eddy78
Is there a way to implement Row Level Security using the report designer or this can only be achieved within the data set. I have my dataset and I'm looking for a way to implement security for my report. I would like the Company Director to view all available Data . But the Branch Manager to only view his/ her branch data only and the employee to see his/her data only and not Another employee's data. Thanks in advance

Re: Row Level Security

Posted: Fri Sep 22, 2023 7:01 am
by Lech Kulikowski
Hello,

There are no standard solutions for that task.

You can implement that task in your code on your side.

Thank you.