How do I enable caching for XML data sets in Birt 2.5 -
I am creating a simple BIRT report using an XML data source, however, Using 3 different views (3 cross-tabs) While running the report, I noticed that BITT had fired more than one call to fetch XML file (hosted in a web server). I have tried neutral with the settings tab to edit the data set screen. But behavior does not change, I really appreciate it if someone can help me identify what's going on.
Itemprop = "text">
Data set only Should get 1 time. Do you have three data sets for the report, each representing a different sub-set? If so, it will explain three different fetches.
Can you create a large data set that satisfies all cross-tabs and then use run-time filters to make different sub-sets? Another option would be to consume your XML through a POJO and it will be raised in the BIRT report as a script data set. This will definitely give you control that you are looking at.
If you are interested in creating a script with a script, then here's a lock for a little background.
Good luck!
Comments
Post a Comment