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:

  1. one pie chart contains no of patients(values) per race(series)
  2. another pie chart contains no of patients(values) per gender(series)

patient details has:

  1. one table contains
    • admission type (in-patient/out/patient) 1st row drill down.
    • status(alive/dead) second row drill down.
  2. 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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -