Don't forget to set the memberkeycolumn to your "name" (i.e. "All Produkts").
This works for me (unusual programming language, but the pricipal is probably
the same).
dsoLvl = dso_dimension.getLevels().AddNew("All",#SubClassTy pes_sbclsRegular);
dsoLvl.setLevelType(#LevelTypes_levAll);
dsoLvl.setMemberKeyColumn(_levelName);
/Stefan
"Martin Mason" <martin.mason (AT) earthlink (DOT) net> wrote in news:OAf9JUWDEHA.2076
@TK2MSFTNGP09.phx.gbl:
Quote:
I think you have to add a level to the Levels collection of the Dimension
object with a LevelType of levAll.
"Kevin Dietz" <kevinbizbox1 (AT) earthlink (DOT) net> wrote in message
news:OHDoYiFDEHA.3344 (AT) tk2msftngp13 (DOT) phx.gbl...
When creating a dimension using DSO, how do I set the dimensions "All
Level"
property to Yes. By default, it sets it to No. Examples in DSO
Programmer's Reference don't explain.
- Kevin |