on SQL Server Reporting Services, I have the below requirnment for a report
- Users are authenticated for Reporting using Active Directory (windows domain accounts)
- We have an custom authentication DB and the data that should appear on the report are related to users on this Authentication DB
- Need to generate a report that list Sales data for all the stores, and "all data" should only be available to "Admin" users
For "Non Admin" users, same report should only display sales data for the single store that they are associated with. (Not the whole list of sales data for all stores)
- Definition of "Admin", "Non Admin" user categories are defined on the custom Authentication DB.
Really appreciate if someone could give me the directions on what approaches I should follow. Please let me know if I should further clarify my requirements.
Thanks.