COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: Fuigi on 26 Jun 2015 07:43:00 AM

Title: Progressive chart
Post by: Fuigi on 26 Jun 2015 07:43:00 AM
Hi,

I created a progressive chart with total column at the end with display summary colomn. But I want to have this summary colomn after all the end of my month.

Cause my progressive chart is made by month and by product, after all product is displayed we pass to the next month, here I want a summary colomn.

as on that http://www.waterfall-chart.com/Content/turnover-contribution-waterfall-chart-for-excel.png (http://www.waterfall-chart.com/Content/turnover-contribution-waterfall-chart-for-excel.png)
Can I do that ? And how if you know

I use Cognos 10.1
Title: Re: Progressive chart
Post by: rockytopmark on 26 Jun 2015 08:57:39 AM
Is the package this report is based on Dimensional? (Cube, DMR, etc)

If so, you might want to try formulating a single data item that returns the members from multiple levels of the hierarchy... using the Union() function.

union(children(currentMember(<hierarchy>)), set(<parent member level>))







Membermeasure
child1-200
child2100
child3300
parent1200
Title: Re: Progressive chart
Post by: Fuigi on 26 Jun 2015 09:48:51 AM
I use a connection to my database and extract data with "Code SQL".

So no dimensional. (sorry I'm new and I don't understand Cognos well)
Title: Re: Progressive chart
Post by: Fuigi on 01 Jul 2015 02:07:57 AM
So it's not possible without using dimensional package ?