I am building a simple BIRT report using an XML data source. However, I had to use 3 different views (3 cross-tabs) of the same data on the same report. While running the report, I noticed that BIRT was firing multiple calls to fetch the XML file (hosted in a web-server). I have tried fiddling with the settings tab of the edit screen of the data set. But the behavior does not seem to change. I would really appreciate if anybody can help me identify what is going on. Also how do I ensure that a data-set is fetched only once during the rendering of a report
Thanks in advance