Hello guys,
Let's say a report run during 4 houres before being published. If I start the report at 1pm it won't be available until 5pm . So I would like to display an information page saying to consumers the report will be available a 5pm.
Can I get data from Cognos Administration ?
Thanks for your help
Nope... Not possible...
going bacl to basics you shouldn't have a report that runs for 4 hours!
actually the report run in less than an hour but again is there any way to display a message when consumers log in during report execution ?
thxs
There's no way to tell the users how long the report is going to run for but if you know an average run time you could dispaly a meassage when the user runs the report saying something like
'the report typically runs for 30 minutes. The estimated time the report will be available is 14:32'
You can get the estimated completion time by using one of the built in time functions (think it's called now) and adding the average run time to it.
You can display the message as a text item on a page before the main report page or maybe een as a prompt page.
Good luck
Thanks guys , we did display a first report with a message using the 'as of time' function
then run the main report and then masking the first report.