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

Filtering by two properties in EPMSELECTMEMBER Formula

bhagyesh_ravange
Active Participant
0 Kudos
644

Dear Experts,

I am facing issue in filtering by two properties in EPMSELECTMEMBER formula. It doesn't recognizes second property i.e "PC_CC". below mentioned is the formula which I have used.

Thanks & Regards

Bhagyesh Ravange

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Incorrect syntax:

Not: ENTITY=4200";"PC_CC=PC

But: ENTITY=4200;PC_CC=PC

Sample:

Vadim

bhagyesh_ravange
Active Participant
0 Kudos

Sorry My mistake.. Actually I have given reference of Entity and not directly the value... Whether in the below case it is possible..

Thanks & Regards

Bhagyesh Ravange

former_member186338
Active Contributor
0 Kudos

Still incorrect:

The correct one will be:

="ENTITY="&F22&";PC_CC=PC"

Vadim

bhagyesh_ravange
Active Participant
0 Kudos

Thanks a lot Vadim, its working

Answers (0)