Hi,
I want a popup window or msg when my report would have rows more than 10.Only pop up or message should display with any mssage as i want.
Please help.....
Thanks in advance... :)
Use conditional block to display a message based on the rowcount of your query result.
If u want to display a pop up message, place a HTML item in a conditional block with the following code.
<script language='javascript'>
alert('Your Message');
</script>