Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

SSRS Parameter based on User

$
0
0
Hi, I created a Report using BIDS. The requirement is to restrict the parameter value based on User. In the report there is one parameter(@Team) with multiple values which shows the team values. The Team values should change for user to user based on the user . Users: A,B,C,D and E Team:10,20,30,40 and 50 User A(belongs to team 10) should only choose @Team value 10 and other values(20,30,40 and 50) disappear/not able to choose. User B(belongs to dept 10,20) should only choose @Team value 10,20 and other values(30,40 and 50) disappear/not able to choose. User C(belongs to dept 30) should only choose @Team value 30 and other values(10,20,40 and 50) disappear/not able to choose. User D(belongs to dept 40,20,10) should only choose @Team value 40,20,10 and other values(30 and 50) disappear/not able to choose. User C(belongs to dept 10,20,30,40,50) should choose All @Team values 10,20,30,40,50.How to implement this?Thanks in advanceNeha

Viewing all articles
Browse latest Browse all 2791

Trending Articles