COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: S_N_Solution on 29 May 2009 04:08:07 AM

Title: Popup Window or Message for Rows more than 10 in a report
Post by: S_N_Solution on 29 May 2009 04:08:07 AM
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...  :)
Title: Re: Popup Window or Message for Rows more than 10 in a report
Post by: Gopinath on 29 May 2009 04:12:58 AM
Use conditional block to display a message based on the rowcount of your query result.
Title: Re: Popup Window or Message for Rows more than 10 in a report
Post by: Gopinath on 29 May 2009 04:20:50 AM
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>