Current Environment
1. I have a report named ReportA.
2. I have created a linked Report from the ReportA named ReportAL
I need to allow specific users to view only specific parameters in the parameters drop down.
Example:
In ReportA I have ParameterA
ParameterA Drop Down List looks like:
ItemA
ItemB
ItemC
ItemD
This works well.
However, in the Linked Report ReportAL I would like a specific user to only view:
ParameterAL Drop Down List to look like:
ItemA
ItemD
This is where I need assistance - A User based parameter filter in the report how can I do this?