cancel
Showing results for 
Search instead for 
Did you mean: 

EPMDimensionOverride

0 Kudos

Hi Gurus,

How to pass more than one value of the same property from a dimension in EPMDimensionOverride function.


This works fine with single value of property with EPM function =EPMDimensionOverride(“000”,”WBS_ELEMENT”,”WBS_PCTR=”&B9) but I need to pass multiple values


Ex:-

   ID                                   WBS_PCTR

  1. E.XXXXXX

1001

  1. E.XXXXXX.XX

1001

  1. E.XXXXXX.XX

1001

  1. E.XXXXXX.XX

1001

 

  1. E.XXXXXX

1003

  1. V.XXXXXX

1003


Any advice is much appreciated. Thanks in advance.


regards

Abhay

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

The question is - how the column with member ID's is generated? Is it fixed or variable?

Vadim

Correction:

Ups, you simply want to use multiple values of the same property with "OR"? Then Prashant is absolutely correct - "," means "OR"

0 Kudos

thanks for the reply's gurus. Values are dynamic and they must be picked up from the context of another dimenssion. Base members of profit center.

For now I got this with Epmcontextmember but this is not correct. please advice.

Kind regards

Abhay 

0 Kudos

Hi Vadim,

My requirement is not just to use multiple values of the same property. By using OR or "," I am getting the WBS elements which are not assigned to the profit center. I want only the WBS's assigned to a PC and, when PC parent is selected I want to display all the PC's and the assigned WBS's for each PC.

Please advice .

Regards

Abhay

former_member186338
Active Contributor
0 Kudos

Sorry,

But "I want only the WBS's assigned to a PC and, when PC parent is selected I want to display all the PC's and the assigned WBS's for each PC." - absolutely not clear!

Please explain with some example!

Vadim

Answers (1)

Answers (1)

Former Member
0 Kudos


Hi Abhay,

You Can use =EPMDimensionOverride("000", "WBS_ELEMENT","WBS_PCTR="&B9&","&"WBS_PCTR="&B13)

Thanks

Prashant