cancel
Showing results for 
Search instead for 
Did you mean: 

EPMSelectMember Filter Value Blank

0 Kudos

Hello,

I have epmselectmember formula like this:

epmselectmember(,"ACTUAL","TYPE=''","VERSION")

The problem is in filter section, Type property = F, B or any other value works but I cant make blank work. I tried TYPE = " ", TYPE = ' ' (single or double quotations, with and without space in the middle)

Any suggestions?

Accepted Solutions (0)

Answers (1)

Answers (1)

N1kh1l
Active Contributor
0 Kudos

zalakinc

zalakincUnfortunately comparison with blank (' ') is not supported in EPMSelectMember. The only way I see is you populate the TYPE with 'BLANK' rather than ' ' . You can use any other attribute value for TYPE if you like but EPMSelect will only work with some value and not blank.

Hope this helps !!

Please upvote/acept if this helps.

Nikhil

0 Kudos

Can you use wild cards in epmselectmember filters? e.g. YEAR=??22 OR **22? I tried but it didnt work. Is there a specfic format perhaps?