COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: nestea on 27 Jul 2010 03:13:17 PM

Title: Minimum across multiple insertable objects
Post by: nestea on 27 Jul 2010 03:13:17 PM
Greetings All,

Just trying to create a minimum value greater than zero across three calculated numerics [a], [d], and [c].

I used
minimum (currentMeasure within set [a], [d], [c])

The report validated - but I have empties on the Query Calculation I inserted.
Obviously I did something wrong - just trying to get the syntax down.

I appreciate all the views and replies in advance.

Cheers
Title: Re: Minimum across multiple insertable objects
Post by: MFGF on 28 Jul 2010 05:49:32 AM
How about using a filter() function within the espression to exclude the members with zero measure values?

MF.