COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: moutaye on 15 Jul 2014 11:05:59 AM

Title: Add Data Drop Down List
Post by: moutaye on 15 Jul 2014 11:05:59 AM
Hi Gents

There's an item available in the toolbox of Cognos 10 called Data Drop Down list in order to filter dynamically data in a report.

I can not find the same feature in Cognos 8.4.
Is there any way to realize something similar in Cognos 8.4?

Thank you
Title: Re: Add Data Drop Down List
Post by: Lynn on 15 Jul 2014 01:57:11 PM
That is a tool box item that is specific to Active Reports. I believe Active Reports were introduced in 10.

You can add a prompt control directly on a report page in Cognos 8 so that a user running in HTML can re-run the report with different selections. The control could be set to auto-submit or you can add a Finish button to the page if necessary.
Title: Re: Add Data Drop Down List
Post by: moutaye on 16 Jul 2014 07:24:06 AM
thanks for the prompt response Lynn

i'll look into this and revert back if questions
Title: Re: Add Data Drop Down List
Post by: Lynn on 16 Jul 2014 07:42:04 AM
Good luck, and for future reference ... The salutation "gents" doesn't really fit for us females here on Cognoise

:)
Title: Re: Add Data Drop Down List
Post by: moutaye on 17 Jul 2014 03:50:08 AM
Thanks Lynn and sorry for the Gents ;)

I had a look and this is not what I'm trying to do

With a prompt they will have to re-run the report

What i'm trying to do is to add a drop down filter in the report so they can update a table based on the filter value without re-running the report

Any other idea?
Title: Re: Add Data Drop Down List
Post by: moutaye on 17 Jul 2014 03:57:26 AM
Actually it's close enough to what i'm trying to achieve

The issue i have with this is that it's still runtime

E.g. once you specify a different value in the drop down list the query will run to bring back data and based on your data set that can take a while

I'm looking for a solution which filters the data in the report after having retrieved it all
Really what the Drop Down List does in Active Reports

Thanks in advance for your inputs
Title: Re: Add Data Drop Down List
Post by: MFGF on 17 Jul 2014 04:37:31 AM
Quote from: moutaye on 17 Jul 2014 03:57:26 AM
Actually it's close enough to what i'm trying to achieve

The issue i have with this is that it's still runtime

E.g. once you specify a different value in the drop down list the query will run to bring back data and based on your data set that can take a while

I'm looking for a solution which filters the data in the report after having retrieved it all
Really what the Drop Down List does in Active Reports

Thanks in advance for your inputs

You don't have that option in Cognos 8, sadly. If you want interaction in the report, it has to run "live". If you upgrade to Cognos 10 you can use an Active Report.

Cheers!

MF.
Title: Re: Add Data Drop Down List
Post by: moutaye on 17 Jul 2014 06:52:44 AM
Thanks MFGF