COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: jv_oz on 22 Oct 2015 01:26:16 PM

Title: Dashboard "Listening" Not Working
Post by: jv_oz on 22 Oct 2015 01:26:16 PM
Hello,

I have two crosstab reports, one a list of sales for channels and the other a list of sales for product groups.  They both drill down perfectly and both are created from the same TM1 cube.  If I put them in either a Cognos Connection Page or a Cognos Workspace and enable listening, then drill down on one of the channels, the product group report does not update to be filtered on that channel as expected.

Any ideas please anyone?

Thanks

John
Title: Re: Dashboard "Listening" Not Working
Post by: MFGF on 23 Oct 2015 04:03:03 AM
Quote from: jv_oz on 22 Oct 2015 01:26:16 PM
Hello,

I have two crosstab reports, one a list of sales for channels and the other a list of sales for product groups.  They both drill down perfectly and both are created from the same TM1 cube.  If I put them in either a Cognos Connection Page or a Cognos Workspace and enable listening, then drill down on one of the channels, the product group report does not update to be filtered on that channel as expected.

Any ideas please anyone?

Thanks

John

Hi,

To get them to drill in sync as you desire, you need to have both the channels dimension and the product groups dimension in each crosstab. It also helps to have them based off the same query if you can.

Try adding a query calculation nested above your sales in each crosstab:

for the Channels crosstab the expression would be parent(item([your set of product groups],0))

for the Product Groups crosstab the expression would be parent(item([your set of channels],0))

Cheers!

MF.