COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: ranjankumar on 28 May 2009 03:51:45 AM

Title: POP screen for date input
Post by: ranjankumar on 28 May 2009 03:51:45 AM
when i drill though the report i should have pop window ( should be small not whole page ) to ask two dates for detailed report input. it can be done with java script ? how to write?
Title: Re: POP screen for date input
Post by: Naven on 29 May 2009 05:28:09 AM
Hi,

If u want to display a pop up message, place a HTML item with the following code.

<script language='javascript'>
alert('Your Message');
</script>

Regards,
Naveen
Title: Re: POP screen for date input
Post by: david.stachon on 30 May 2009 12:27:26 AM
why script?!?

....you can just put a date range prompt on the target report's prompt page.