Loading...

RE: Passing Filter Values From qChartView to Drill-down qListview

RE: Passing Filter Values From qChartView to Drill-down qListview

#5870
Anonymous
Anonymous
Participant

Hi ,

Thanks for the reply.  I don't follow you completely.  I see a "Search Session Name" field but not a "Set Session Name" field in the qChartView, so how do I "use a session (let's call it Session1) to filter and display the data in the qChartView?"  I want the user to be able to use multiple Searched Fields in the qChartView to filter the display, and when they select on a "pie slice", whatever Searched Fields they used will be passed to the drill-down.  Here's an example:  I have a pie chart that displays the status of tasks (Behind Schedule, On schedule, Ahead of Schedule).  I also have 3 departments (sales, marketing, finance) each with several employees.  The boss wants to look at the statuses for just the Finance department.  So the boss uses the Department Search Field to filter the display.  The chart now shows the statuses for Finance's tasks.  When the boss selects the "Behind Schedule" slice of the pie, I want the user to see all the "Behind Schedule" tasks…but for Finance only.  Right now, the way I have it setup, it will show only "Behind Schedule" tasks…but all of them, regardless of department.  It does know that I only want the Behind Schedule tasks, but it doesn't "pass" the additional department filter to the drop-down results. In my limited knowledge of how this works, it seems that I would have to create a session in the qChartView that the qListview would then utilize.  Make sense?