Link to home
Start Free TrialLog in
Avatar of rhservan
rhservanFlag for United States of America

asked on

How can I assign parameters by Domain\User

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?
Avatar of Jason clark
Jason clark
Flag of United States of America image

While there's no way to connect to multiple servers as different users in a single instance of SSMS, what you're looking for is the following RUNAS syntax:

runas /netonly /user:domain\username program.exe
Avatar of rhservan

ASKER

Jason thx for the reply.

What you are stating above is regarding running any application as  a particular user.

But what  I am looking for is running only SSRS reports and within the report designate
have a user parameter and based on the user he is allowed to see only particular aspects
through security or visibility.

I am going to keep this ticket as unanswered for now.
ASKER CERTIFIED SOLUTION
Avatar of Jason clark
Jason clark
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial