If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Sql code generated in Cognos

Started by backhandx, 23 Jan 2017 06:54:07 AM

Previous topic - Next topic

backhandx

 Hi all,

I am executing a report in Report Studio. In the code generated by Cognos, I see that Cognos created 'over partition by' instead of 'Group by'. I am wondering what are the factors which force Cognos to behave like that.

Kiran P

Hi

Are you using rank() in your report query?

Thanks
Kiran

backhandx


rockytopmark

It might present itself if you have an explicitly defined aggregation in a data item, such as:

total([measure] for [some dimensional attribute])

... rather than just setting the aggregation properties as desired and letting Cognos naturally aggregate, and may also infer if you are working with a list that you haven't grouped it on anything.