COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Active Reports => Topic started by: Revanth on 21 Jun 2016 07:21:47 AM

Title: Active Reports: Chart Rendering
Post by: Revanth on 21 Jun 2016 07:21:47 AM

Hi All,

Let me explain my problem briefly

I have 2 charts called Chart A And Chart B.And one drop Down list has to option called All and individual sites.
If user selects all option Chart A should display.
If User selects Individual Sites Chart B should display.

Can any one help me how to achieve this..

Thanks In advance..








Title: Re: Active Reports: Chart Rendering
Post by: MFGF on 21 Jun 2016 07:52:42 AM
Quote from: Revanth on 21 Jun 2016 07:21:47 AM
Hi All,

Let me explain my problem briefly

I have 2 charts called Chart A And Chart B.And one drop Down list has to option called All and individual sites.
If user selects all option Chart A should display.
If User selects Individual Sites Chart B should display.

Can any one help me how to achieve this..

Thanks In advance..

That sounds like a good case for a Deck. The Deck will have two cards - A and B. You can have a Drop-Down List which sets a variable which the deck then responds to - showing with Card A or Card B.

Cheers!

MF.
Title: Re: Active Reports: Chart Rendering
Post by: Revanth on 21 Jun 2016 08:44:19 AM
Thanks a lot.