cancel
Showing results for 
Search instead for 
Did you mean: 

EPMDimensionOverride do not filter by Property(Text)

former_member229754
Participant
0 Kudos

Hello,

I have an issue when I want to doing Override the dimension based from Property.

if the property is number like: 1001 it works well the system do the job.

if the property is text like "SAP BPC" or "SAP ABC" it does not filter.

=EPMAxisOverride("000",TRUE,"PRODUCT",H22,"SUPPLIER","ID= V")

H22: ="P1001T= SAP BPC"

with number it works well

Any reason?

Cheers

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Filter on property with space inside the value? Bad idea in general!

You may try to use:

H22: ="P1001T= 'SAP BPC'"

But I recommend to use something like SAP_BPC as a property value!

Vadim

Answers (0)