COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: RudiHendrix on 21 Jul 2010 05:19:46 AM

Title: Split part of a report in new report
Post by: RudiHendrix on 21 Jul 2010 05:19:46 AM
Currently I'm working on a new report. This report should be saved to a file location, there it will be picked up by Microsoft Biztalk and Biztalk prepares it to be displayed in Microsoft Sharepoint. No issues there. The saving is clear.

Now, in my report I have a chart and a list object. Both items are displayed per Contract. This results in a long list of Contracts with a chart and a list per contract. However, the guy from Sharepoint would like to have a separate report per Contract.

Sometimes we have 10 contracts in the result set, sometimes 100. I cannot know upfront how many reports need to be created.

Does somebody here have an idea?
Title: Re: Split part of a report in new report
Post by: imts on 21 Jul 2010 05:25:17 AM
I think Bursting would be the way to go here . Set Contract_ID as ur burst key - shud do the trick.

-TS
Title: Re: Split part of a report in new report
Post by: mvjcognos on 21 Jul 2010 05:28:32 AM
S bursting is the correct option............... :)
Title: Re: Split part of a report in new report
Post by: RudiHendrix on 21 Jul 2010 07:37:17 AM
Thanks for the quick replies!

Ok...just to be on the safe side...

I have looked up bursting in the help file and I am adding that to the report. I have also checked the "Bursted Sales Performance Report". In there they have a Data Item containing [ManagerID]+'@grtd123.com'
So I thought I just add a Data Item and insert my own E-mail address.

If I then run the Run --> View tabular data it returns the following error:

PDS-PPE-0104
A record was rejected. An arithmetic overflow occurred. PDS-PPE-0104 A record was rejected. An arithmetic overflow occurred. (Data)

Can this be the case because I try to burst a report with a chart in it? I ask this because the documentation states: "You cannot burst crosstab reports."


Title: Re: Split part of a report in new report
Post by: RudiHendrix on 23 Jul 2010 03:52:17 AM
Thanks for the answers! Bursting was indeed the solution!

For the fact that I wanted to burst a report with a chart in it I found this:
http://www-01.ibm.com/support/docview.wss?uid=swg21341874

Now it works like a charm!

Still I have to solve the other issue that I posted :)
Title: Re: Split part of a report in new report
Post by: RudiHendrix on 27 Jul 2010 10:43:54 AM
I have one additional question for this one.

In the technotes on how to burst a crosstab I see the following step:
"8. Click on the row section of the crosstab (Order Method in the example provided). In the properties pane under Data, open the Properties dialog and click on the box for the burst key so it is checked."

I don't really understand this step.

In a chart, should I do this for all data items? Or just the ones on the x-axis or the y-axis?
What does this step do?

So, I have a list with the burst key in the first column (which is later on moved to a section), the chart in the second column and another list in the third column. Should I perform this step for a nested list as well?

Well...it's obvious... I don't understand what the properties setting does... :)