COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: RubenvdLinden on 02 Jun 2010 07:20:34 AM

Title: Render variable on bursting
Post by: RubenvdLinden on 02 Jun 2010 07:20:34 AM
I have a report with a table of contents (TOC). I do not want to render the page with the TOC if the report is bursting. Is this possible with a render variable?
Title: Re: Render variable on bursting
Post by: sir_jeroen on 02 Jun 2010 08:20:49 AM
I think so... Have you tried the layout expression: ReportOption('burst') = 1?
Title: Re: Render variable on bursting
Post by: Sreeni P on 02 Jun 2010 01:07:09 PM
Quote from: ReportNet Addict on 02 Jun 2010 08:20:49 AM
I think so... Have you tried the layout expression: ReportOption('burst') = 1?

Hi Reportnet,
can u please elaborate with an example....
Title: Re: Render variable on bursting
Post by: tupac_rd on 02 Jun 2010 01:36:54 PM
http://www-01.ibm.com/support/docview.wss?rs=3442&context=SS9RTN&q1=%2bReportOption&uid=swg21342500&loc=en_US&cs=utf-8&cc=us&lang=all

HTH
2pac
Title: Re: Render variable on bursting
Post by: RubenvdLinden on 07 Jun 2010 10:07:19 AM
I will try to implement this solution later this week and post back the results.
Title: Re: Render variable on bursting
Post by: sir_jeroen on 07 Jun 2010 07:46:14 PM
Tnx Tupac...
Title: Re: Render variable on bursting
Post by: Sreeni P on 09 Jun 2010 07:12:56 AM
Quote from: tupac_rd on 02 Jun 2010 01:36:54 PM
http://www-01.ibm.com/support/docview.wss?rs=3442&context=SS9RTN&q1=%2bReportOption&uid=swg21342500&loc=en_US&cs=utf-8&cc=us&lang=all

HTH
2pac

Thx 2 pac....keep posting.
Title: Re: Render variable on bursting
Post by: RubenvdLinden on 16 Jun 2010 08:59:37 AM
Sorry for the delay, I have implemented this solution today and it works perfectly for me.

Thanks a lot!