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

selecting multiple properties in dimension override

Former Member
0 Kudos
661

Hi Gurus,

I am trying to override my Project dimension which has two properties which are also dimensions in my case.

Property 1: PI

Property 2 PH

I have put dimensionproperty values in cell c7 and c8 respectively

tried both of these but there is an error

SYNTAX 1: =EPMDimensionOverride("000","project",PI=C7;PH=C8)

SYNTAX 2: = EPMDimensionOverride("000",project","PI="&C7;"PH="&C8)

Please help

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi Krishna,

Write formula in one cell like below

="PI=&C7&";PH="&C8 and refer this cell in dimension override formula.

"; "is AND operator.


Go through below link for more details

Shri

Former Member
0 Kudos

Hi Shrikant,

I tried doing this it has some syntax error attached

Shrikant_Jadhav
Active Contributor
0 Kudos

Sorry my mistake , find correct one

="PI="&C7&";PH="&C8

Former Member
0 Kudos

Works perfectly thank you

Krishna

Answers (0)