COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: deepak2k2 on 29 Oct 2010 01:17:35 AM

Title: Dynamic Measures
Post by: deepak2k2 on 29 Oct 2010 01:17:35 AM
Hi,

I need to create a crosstab with dynamic measures.

Ex:  If I select "Revenue" in value prompt, cross tab will show revenue, and if i select "Count" it should show count.

I know it could be done in conditional block.  Is there any other solution?
Title: Re: Dynamic Measures
Post by: Ann on 29 Oct 2010 02:20:39 AM

Did you try using a data item with case statement. If the parameter passed is revenue then pull revenue else count.
Title: Re: Dynamic Measures
Post by: deepak2k2 on 29 Oct 2010 09:11:52 PM
its perfectly working....thanks