Forum Discussion
Senthil_Kumar
5 years agoFrequent Visitor
Rank changes when RLS is applied
Hi Team, I have 3 tables Accountid table (used for RLS) Dealer Master table Fact sales tables I am showing ranking of dealers based on their sales quantity. I also want to apply RLS in my...
Anonymous
5 years agoNot applicable
Creating a copy of the table and not applying RLS - could this give you a problem with security?
Otherwise why to apply RLS anyways - you could simple Filter.
Senthil_Kumar
5 years agoFrequent Visitor
Anonymous I don't think it will pose any secutiry issue since we are just using the duplicated table for calculating the aggregated value.