Hi,
I have a problem, i hope someone can help me.
So, i have an Update Cube MDX statement, such as:
UPDATE CUBE [Finance]
SET (
[Time_m].[Year].&[2004].&[Q1-04].&[1],
[Line Item].[11111H Vagyon értéku jogok bruttó O-ra leirt értéke],
[Organisation].&[<N/A>], [Scenario].[Scenario].&[Actual], [Measures].[SHV Adjustment]) = 6000
USE_EQUAL_ALLOCATION
But if i run it, it won't commit, and the new data won't appear in the database.
What should i do?
Many thanks in advance,
Atus
I have a problem, i hope someone can help me.
So, i have an Update Cube MDX statement, such as:
UPDATE CUBE [Finance]
SET (
[Time_m].[Year].&[2004].&[Q1-04].&[1],
[Line Item].[11111H Vagyon értéku jogok bruttó O-ra leirt értéke],
[Organisation].&[<N/A>], [Scenario].[Scenario].&[Actual], [Measures].[SHV Adjustment]) = 6000
USE_EQUAL_ALLOCATION
But if i run it, it won't commit, and the new data won't appear in the database.
What should i do?
Many thanks in advance,
Atus