Hello,
I'm using the reporting module out of SQL Server 2005. The dataset comes from a stored procedure where the outcome looks like the following:
Person_Name Application
Test1 App1
Test1 App2
Test2 App5
Test2 App3
Test2 App2
What I would like to do is create a paramater with a distinct Person_Name But can't seem to get the parameter to work that way and it needs to be tied to the stored procedure. I would like to parameter to look like:
Test1
Test2
Any Suggestions?
Thank for you help!
I'm using the reporting module out of SQL Server 2005. The dataset comes from a stored procedure where the outcome looks like the following:
Person_Name Application
Test1 App1
Test1 App2
Test2 App5
Test2 App3
Test2 App2
What I would like to do is create a paramater with a distinct Person_Name But can't seem to get the parameter to work that way and it needs to be tied to the stored procedure. I would like to parameter to look like:
Test1
Test2
Any Suggestions?
Thank for you help!