I have a requirement to implement column level security, I need your help
for instance I have 6 columns in the report
If you Login as Michael, you will have all the access to all the data
Id
Name
Product
Sales
Profit
Region
1
abc
xyz
100
20
US East
2
dfr
123
200
30
US West
If I login as Raj,
it should not change the structure of the Table. we should show the metadata (the column names)
the table structure should be same and I should not able to see the Sales and Profit values and instead of blank space I need to show "No access" message