reporting services - SSRS Drillthrough Report with one or more charts from Main Report -
i totally new ssrs. not sure if title explains want. creating few dashboards healthcare database. therefore created patient summary report , patient details report.
patient summary has:
- one pie chart contains no of patients(values) per race(series)
- another pie chart contains no of patients(values) per gender(series)
patient details has:
- one table contains
- admission type (in-patient/out/patient) 1st row drill down.
- status(alive/dead) second row drill down.
- it containes 2 parameters on race , gender both accept null or empty values.
in main report, have set "action" in pie charts series category , added parameters race , gender respectively.
my problem when click on 1 pie chart getting error saying other value blank. is, when click on male portion of gender pie chart, getting error saying
"the 'race' parameter missing value"
i have tried searching found methods pass multi-valued single parameter values. not sure how pass 2 parameters main report child report clicking 2 pie charts. 1 please let me know if feasible or not , point me in right direction. appreciated.
since specifying both parameters each pie chart action, ssrs expecting value passed both.
it sounds need remove 1 of parameters "action" setting on pie charts. if subreport parameters set allow null values should need specify parameters want pass, e.g. "race" on race pie chart.
Comments
Post a Comment