Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

RLS

I have a financial report with specific salary items that need to be hidden from some users. Is there a way to use RLS to hide these without changing the bottom line calculation?
  • vanessafvg's avatar
    vanessafvg
    2 years ago

    row level security is exactly that row level security, if you need to hide something using RLS the row will be hidden so you either need to just hide that column with OLS ore you can do something less secure like not displaying the value with an if statement, which is less secure.  You will need to find another way to include that information in the totals if you need it still to be present.