COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: Kiran_tsa on 16 Jul 2009 04:49:52 AM

Title: Please help in measuring Reprot execution time
Post by: Kiran_tsa on 16 Jul 2009 04:49:52 AM
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.
Title: Re: Please help in measuring Reprot execution time
Post by: DustPanMan on 22 Jul 2009 11:22:18 AM
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
Title: Re: Please help in measuring Reprot execution time
Post by: Sridevi on 23 Jul 2009 03:45:44 AM
Hi,

The calcualtion Now()-AsOfTime() works.

Thanks,
Sridevi