Caching of Data and Charts
#1
Posted 17 July 2012 - 09:42 PM
#2
Posted 18 July 2012 - 01:44 PM
#3
Posted 18 July 2012 - 09:14 PM
mwilliams, on 18 July 2012 - 01:44 PM, said:
No this is not what I meant. I have 2 reports one is always shown and one is shown on alternate clicking of the link "show 1st report". The problem is on clicking the link, BIRT does some processing to show the report. Now on again clicking the button to hide the report again a lot of processing is done to hide the report. This processing is done everytime we click on the button. I assumed there should be some caching mechanism so that this does not take time. My BIRT version is 4.2.0
#4
Posted 18 July 2012 - 09:33 PM
#5
Posted 18 July 2012 - 09:58 PM
mwilliams, on 18 July 2012 - 09:33 PM, said:
No, what i have done is create a label which is hyperlinked to the same report i.e drill through but to the same report. Now using a javascript i have set that label's value to be false initially and it switched between true and false on clicking it. Whenever it is true the 1st report shows else it is hidden.
To the question of drill through, yes i have used drill through but to the same report , maybe that's why it is taking time...
Any suggestions how to make this instantaneous change??
#7
Posted 18 July 2012 - 11:32 PM
mwilliams, on 18 July 2012 - 10:14 PM, said:
Thanks a lot, it solved my problem.
Now the thing is that that i want the second report to change on clicking on some value of 1st report. But if do drill through what happens is that the whole page is reloaded. Is it possible that only the 2nd report is reloaded and 1st remains over there.
#8
Posted 19 July 2012 - 05:58 AM
#9
Posted 19 July 2012 - 09:37 AM
mwilliams, on 19 July 2012 - 05:58 AM, said:
It's like the first report passes parameters to the second report i.e based on what user clicks on the first report a second report is generated. One solution to do this was to genrate the second report for all possible options in the first report and hide them all and unhide the one which user clicks on. But this will take large processing time. What i want is that on runtime when the user clicks the second report is generated. But the first report stays over there and only the second report loads.
#10
Posted 19 July 2012 - 12:19 PM
#11
Posted 19 July 2012 - 07:35 PM
mwilliams, on 19 July 2012 - 12:19 PM, said:
yaa..AJAX would be right...can you provide me an example using AJAX call to do something like this...
My BIRT version is 4.2.0...
Thanks !
#14
Posted 23 July 2012 - 07:18 AM
http://www.birt-exch...e_Month_Contest
#15
Posted 24 July 2012 - 04:01 AM
mwilliams, on 23 July 2012 - 07:18 AM, said:
http://www.birt-exch...e_Month_Contest
Hey !
I am facing certain issues regarding the AJAX call. If possible, could you generate an example for me in BIRT.
Thanks






MultiQuote






