Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

single source table multiple stored procedure

Hi Folks,

   I have a source table say student has 1000 records, and I have 3 different stored procedures to fetch same number of fields and different data from the source table

Like : Passed :500
         Failed : 300
         Distinction : 200

i have created 9 charts by fetching  all the values from source table through stored procedure and loaded into QVD File  it worked fine.

but my problem in the list box when i placed a list box based on the student city, i took the value from "Qvd Passed " and it is impacting only on the charts prepared for passed and not on the other charts.

i need a single listbox which should affect all the charts

Thanks in advance

1 Reply
techvarun
Specialist II
Specialist II
Author

Here is my sample Database