cancel
Showing results for 
Search instead for 
Did you mean: 

"No base member in the selected members of dimension" script logic error

Former Member
0 Kudos

Hi,

I tried to create a simple script logic:

*select (%incacc%,"[id]","account","acctype='inc'")

*xdim_memberset account = %incacc%

[category].[#budget_new]=[category].[actual] * 10

*commit

And i received the error "There is no base member in the selected members of dimension : ACCOUNT"

Anyone care to explain what the above means and how it can be rectified?

Cheers

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I just used SQL logic of *when .. *endwhen and *rec instead of using MDX logic.

sorin_radulescu
Employee
Employee
0 Kudos

Did you received that message on the run time or when you tried to validate the logic?

If you received on run time for me it seems that you don't have any account with acctype = inc which is base member.

Regards

Sorin radulescu

Former Member
0 Kudos

Hi,

I received the error when i validated the logic.

And i have account with acctype = inc.

Cheers