If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

POP screen for date input

Started by ranjankumar, 28 May 2009 03:51:45 AM

Previous topic - Next topic

ranjankumar

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?

Naven

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

david.stachon

why script?!?

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