hi lookup function -
07-12-2004
, 06:18 AM
Hi,
While i am using the lookup function in calculated cell as
follows:
LookUpCube("[Switch calls]","(Measures.[Service level],
"+[Date Quarter].[std].currentmember.uniquename+",
Product Line.["+[Product Line].
[Std].currentmember.uniquename+"])")
The above syntax is correct.but its giving err
value.Can you suggest if any wrong.actually i am trieng to
retrieving the data of service level from switch call
cube.if i give straight away LookUpCube("[Switch
calls]","(Measures.[Service level])") its comming single
values that means all value.but i want to be populate as
product line,date dimensions.is it rite? |