Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Here is my sample Database