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

Popup Window or Message for Rows more than 10 in a report

Started by S_N_Solution, 29 May 2009 04:08:07 AM

Previous topic - Next topic

S_N_Solution

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...  :)

Gopinath

Use conditional block to display a message based on the rowcount of your query result.

Gopinath

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>