Top Hirerchy level needs to aggregate
Posted: Tue Nov 16, 2010 11:56 pm
Hi
I have two Measures.
X and Y
Y is having Amounts and X is Empty and new
AIM:
Y must have Values of X whose Product Attribute value is 1.
This Product attribute is assigned for C level Product Group.
So For All Product Groups who is having Attribute 1 Amount must is flown to Y Measure.
[Y Measure] = If Attr('Products', !PRoducts,'Amount Flag') =1 ,[X measure],Stet);
By above rule my Y measure is populated with amounts of product group whose attr is 1 .
ISSUE:
I need The Top leve of Product Group value (Attr =2) is showing zero
i want this TOp level of Y measure to be a aggregate value of values in Y mesure.
How can i do it..
Thanks..
I have two Measures.
X and Y
Y is having Amounts and X is Empty and new
AIM:
Y must have Values of X whose Product Attribute value is 1.
This Product attribute is assigned for C level Product Group.
So For All Product Groups who is having Attribute 1 Amount must is flown to Y Measure.
[Y Measure] = If Attr('Products', !PRoducts,'Amount Flag') =1 ,[X measure],Stet);
By above rule my Y measure is populated with amounts of product group whose attr is 1 .
ISSUE:
I need The Top leve of Product Group value (Attr =2) is showing zero
i want this TOp level of Y measure to be a aggregate value of values in Y mesure.
How can i do it..
Thanks..