Hi,
I want to measure the report execution time, through java scripting.
There are java scrpting for prompt page and report and I have that scripits.
Priot to those scripts I remember we need to paste some java code under cognos installation location. Previous cognos link is not working.
Please help me, bit urgent.
Thanks
Kiran.T.
Kirin,
No need for javascripting to measure report run times. You can add a text box on each report you want to test and change to a report expression. Then do a calculation of Now() - ReportTime(). This may not be exactly right, but it is something like that. See if you can find it in your list of time related report expressions.
Best regards,
Dustin
Hi,
The calcualtion Now()-AsOfTime() works.
Thanks,
Sridevi