|
|
|
Re: Stored procedure data retrieval used in multiple charts [message #1030065 is a reply to message #1029652] |
Sat, 30 March 2013 16:26   |
|
No problem. I might have misread your question above. My answer was based on bringing all of the data into BIRT and filtering it down for each chart. You definitely wouldn't want that with lots of data, if you have the opportunity to limit the size of the data earlier. The earlier you can limit the data, the better. If you can get all of your charts' data with a single stored procedure and passing it different parameters, you could create separate dataSets with a single stored procedure. Depending on your report, you could possibly create a single dataSet and just change the parameter values that are passed to it, eliminating the need to create separate dataSets. Let me know if you run into issues.
Michael
Developer Evangelist, Silanis
|
|
|
|
Powered by
FUDForum. Page generated in 0.01945 seconds