cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using multiple referenced Properties within EPMDimensionOverride

sebastian_hagl
Explorer
0 Kudos
227

Hi experts,

there's my question: I'd like to override dimension members of a specific dimension based on two properties, which come from excel cells.

The following IS working:

One property with one Cell-Reference:

=EPMDimensionOverride("000","MyDimension","Property1 =" &CellReference1)

Two  Properties with static property names:

=EPMDimensionOverride("000","MyDimension","Property1 = Value; Property2 = Value")

What IS NOT working (but needed);

=EPMDimensionOverride("000","MyDimension","Property1 =" &CellReference1;","Property2 =" &CellReference2)

I hope it's a syntax thing.

Any suggestions?

Thx

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi Sebastian,

Kindly refer blow document for -

Shrikant

sebastian_hagl
Explorer
0 Kudos

Works great thx a lot!

Answers (0)