I actually got this to work
Quote:
ALTER CUBE Budget CREATE DIMENSION MEMBER [Artskonto].[All Artskonto].[10
Indtægter].[99],
KEY = 99 |
But how can i writeback a member with both name and key ?
"Michael Vardinghus" <xxx (AT) xxx (DOT) com> wrote
Quote:
I'm trying to do this in the mdx sample app
ALTER CUBE Budget CREATE DIMENSION MEMBER [Artskonto].[All Artskonto].[10
Indtægter].[99 Test],
KEY = 99
Little uncertain about the syntax though....99 is the new member which
should be added to 10 Indtægter parent.
It just gives me an error - tried different ways.... |