June 5, 2009 at 2:17 pm
i am creating a report with four parameter
Application name, region,type,server
i want to do in such a way the user can select
1. Application alone and all details should be displayed
2. application name and type
3.Server alone (it can be single or multiple server selection)
Please let me know how do i go about creating it.
June 5, 2009 at 8:52 pm
keywestfl9 (6/5/2009)
i am creating a report with four parameterApplication name, region,type,server
i want to do in such a way the user can select
1. Application alone and all details should be displayed
2. application name and type
3.Server alone (it can be single or multiple server selection)
Please let me know how do i go about creating it.
What do you want done with Region?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 5, 2009 at 10:28 pm
region will also be a parameter
June 6, 2009 at 12:07 am
keywestfl9 (6/5/2009)
region will also be a parameter
Heh... I knew that. What do you want done with it? You didn't list it in any of the conditions you've laid out so far.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2009 at 12:51 pm
i would like to know how to use if or case statement in SSRS dataset.
if the user selects application name alone then
i need select * from table where applname = ""
if the user selects application name and region
i need select statement where clause to be changed
i want where clause to be dynamic based on the user selecting the parameter.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply