Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
JoeNak
Constraint Violating Yak Guru
292 Posts |
Posted - 2006-05-02 : 09:40:09
|
I'm setting up a report model for end user ad hoc reporting. I also have a handful of newly requested reports, that I wanted to build them with report builder so the end users can use them as starting points to the ad hoc requests.I'm stuck on one thing:I want to filter a filter. Example: There's a filter (in list) on City, but the drop down is showing all cities, I want to filter the drop down to only show Cities the user has access to. I have a User table and a CityUser (join) table, we're using AD, so I can get the current user...Any help would be appreciated. |
|
JoeNak
Constraint Violating Yak Guru
292 Posts |
Posted - 2006-05-04 : 14:40:24
|
Figured this one out yesterday, filter needs to be at the DSV. |
 |
|
|
|
|