Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculated Cells - Dynamic subcube defination

Status
Not open for further replies.

nirengi

Programmer
Feb 17, 2009
1
0
0
TR
Hi,

I'm trying to use "dynamic level" instead of "single level" selection by MDX. Can anyone have an idea?

I'm using below calculated cell which is working fine. But I wanna use "lowest level" of geography dimension instead of [DM]


Calculation Subcube: {[Measures].[Sales Value 02]}, [GEOGRAPHY].[DM].MEMBERS
Calculation Condition: ""
Calculation Value: CalculationPassValue([Measures].[Sales Value 02] / 100 * StrToValue([GEOGRAPHY].Properties("Percentage")),0)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top