MSSQL Reporting Services - custom report by who the auth'ed user is.
MSSQL Reporting Services - custom report by who the auth'ed user is.
Need pointers about constructing this:
Given multiple authenticated users of Reporting Services.
Custom reports from a table filtered by whoever is logged in.
Schematically:
select * from table where table.user = [the person who is browsing the report]
DarthMod
Community Support Moderator