martingaleh
Board Regular
- Joined
- Jul 18, 2011
- Messages
- 83
This worked:
=CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sum of newrev]","[public dates_d].[moy].["&M$22&"]","[model].[type].&[Technology]",
CUBESET(
"ThisWorkbookDataModel",(
D24,
D25)
)
)
where d24 and d25 are cubemember functions. Pasting them in didn't work:
=CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sum of newrev]","[public dates_d].[moy].["&M$22&"]","[model].[type].&[Technology]",
CUBESET(
"ThisWorkbookDataModel",(
CUBEMEMBER("ThisWorkbookDataModel","[model].[opp_type].&[gte]"),
CUBEMEMBER("ThisWorkbookDataModel","[model].[opp_type].&[cr]"))
)
)
this didn't either...
CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sum of newrev]","[public dates_d].[moy].["&M$22&"]","[model].[type].&[Technology]",
"{([model].[opp_type].[Change Request]),([model].[opp_type].[GTE])}")
Is there some other syntax?
=CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sum of newrev]","[public dates_d].[moy].["&M$22&"]","[model].[type].&[Technology]",
CUBESET(
"ThisWorkbookDataModel",(
D24,
D25)
)
)
where d24 and d25 are cubemember functions. Pasting them in didn't work:
=CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sum of newrev]","[public dates_d].[moy].["&M$22&"]","[model].[type].&[Technology]",
CUBESET(
"ThisWorkbookDataModel",(
CUBEMEMBER("ThisWorkbookDataModel","[model].[opp_type].&[gte]"),
CUBEMEMBER("ThisWorkbookDataModel","[model].[opp_type].&[cr]"))
)
)
this didn't either...
CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sum of newrev]","[public dates_d].[moy].["&M$22&"]","[model].[type].&[Technology]",
"{([model].[opp_type].[Change Request]),([model].[opp_type].[GTE])}")
Is there some other syntax?
Last edited: