I am trying to get the First 3 characters from Accounts dimension in Essbase (BSO cube). When i try to execute the below query. I am getting an error "Invalid Object type"
FIX(
@substring(@NAME("Account"),0,3),
"Jan"
)
ENDFIX
I am trying to get the First 3 characters from Accounts dimension in Essbase (BSO cube). When i try to execute the below query. I am getting an error "Invalid Object type"
FIX(
@substring(@NAME("Account"),0,3),
"Jan"
)
ENDFIX
Copyright © 2021 Jogjafile Inc.
What are you trying to obtain? In the FIX section you should only write the cross-members for the calc
like