Hi Cecilia,
In order to get Member using property of another member in REC you have to use LOOKUP:
*LOOKUP SameModel
*DIM BR:BRAND=MATERIAL.BRAND
*ENDLOOKUP
*REC(EXPRESSION=LOOKUP(BR)...
Lookup will return brand of current material.
Vadim
Hi Cecilia,
In order to get Member using property of another member in REC you have to use LOOKUP:
*LOOKUP SameModel
*DIM BR:BRAND=MATERIAL.BRAND
*ENDLOOKUP
*REC(EXPRESSION=LOOKUP(BR)...
Lookup will return brand of current material.
Vadim