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

#Value in epmselect member function

Former Member
0 Likes
192

Hello,

Here is my epmselect member formula, however when I double click on it it creates a #value  error. Here is the formula

=EPMSelectMember("HRP",EPMContextMember("HRP",C32),,C32). C32 has the name of the dimension.

Please advise. thanks.     

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Why you combine EPMSelectMember and EPMContextMember for the same dimension? What do you want to achieve?

Former Member
0 Likes

Because my epmselectmember is for a secured dimension, and there is no one value in the dimension that everyone has access to. so I am trying to link the default member to the context.

former_member186338
Active Contributor
0 Likes

Please specify you requirements! Why not to simply use epmcontextmember?