COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: jahnavi on 15 Mar 2011 06:38:27 AM

Title: Issue with Bursting
Post by: jahnavi on 15 Mar 2011 06:38:27 AM
I have a requirement like this

In list report I have columns

Product type

customer

Pch Development (this is the caluclulation if (product_type='PCH development) then amt else(0)

Net development (this is also the same wany)
;
:
:
like this I have ariund 20 amouts

Requirement is I need to burst the report on product_type If I am bursting my list report is showing 1 column value depends on the product name and remaining all Zeros but my client want to see all the values

Any sugesstions pls
Title: Re: Issue with Bursting
Post by: jahnavi on 15 Mar 2011 10:49:15 PM
Please Help me
Title: Re: Issue with Bursting
Post by: PRIT AMRIT on 16 Mar 2011 12:39:58 AM
Are you using [Amt] in your report?
Title: Re: Issue with Bursting
Post by: jahnavi on 16 Mar 2011 07:51:26 AM
Thanks for the reply Prit. Yes I am using amt as

If(product _type='XYZ) then(amount) else(0)

Like this I am using not direct amount column