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?
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
why script?!?
....you can just put a date range prompt on the target report's prompt page.