COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: Pramod on 02 Mar 2010 04:02:49 AM

Title: Member function Usage with example please
Post by: Pramod on 02 Mar 2010 04:02:49 AM
Hi All

I am working on a dimensional model where there is a custom group I have to create. Say I have to create a logical hierarchy of zone for 3 region(A,B,C)

I did it this way

member(aggregate(currentmeasure within set filter( region,caption(region) in (A,B,C))),Zone,ZONE)


But my doubt is what is the use of this ZONE member in my report.
How else can I use this member.