Loading...

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

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

#5869
Anonymous
Anonymous
Participant

Hi Gerald,

  I see 2 options :

1. Use the Search Session Name wp property to store the search criteria and use this in the drill down page.

2. Use a qSelector to display the statuses and store these value in a session. You can do the same for the departments. And then you can use these sessions to filter the data on the drill down page.

Let me know if is still unclear.