COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Reporting => Topic started by: Pratap Reddy on 27 Dec 2017 10:50:18 PM

Title: Active Reports : Pages as Tabs
Post by: Pratap Reddy on 27 Dec 2017 10:50:18 PM
Hi,

In Active Reports,I have been trying Pages as tabs,but its not working out

I have tried with the report properties 'Pages as tabs - Yes', but is working in Reports not in Active Reports.

Kindly let me know what properties do i need to change in order to get the pages as tabs?

As of now i have 3 pages.

Thanks in Advance.
Title: Re: Active Reports : Pages as Tabs
Post by: MFGF on 28 Dec 2017 02:08:55 AM
Quote from: Pratap Reddy on 27 Dec 2017 10:50:18 PM
Hi,

In Active Reports,I have been trying Pages as tabs,but its not working out

I have tried with the report properties 'Pages as tabs - Yes', but is working in Reports not in Active Reports.

Kindly let me know what properties do i need to change in order to get the pages as tabs?

As of now i have 3 pages.

Thanks in Advance.

Hi,

If this really is an Active Report, you're using a flawed approach here. Active Reports render as an MHT file, and only the first page of the report is rendered into that output. Any subsequent pages are ignored. If you really want tabs, add a Tab Control to your first page, define three tabs for it, and move the content from your three pages into the tabs of the tab control.

Cheers!

MF.
Title: Re: Active Reports : Pages as Tabs
Post by: Lynn on 28 Dec 2017 02:43:35 AM
You might want to review some of the available resources about active report development.

https://www.ibm.com/developerworks/data/library/cognos/reporting/active_report/page593.html

https://www.ibm.com/support/knowledgecenter/en/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ug_cr_rptstd.doc/c_cr_rptstd_rpt_apps.html
Title: Re: Active Reports : Pages as Tabs
Post by: Pratap Reddy on 29 Dec 2017 01:44:55 AM
Thank You MFGF and Lynn.