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

Unknown DImension Name error in Script logic

Former Member
0 Likes
419

Hi,

Currently we are working on NW BPC 10.0.

I have executed the below script logic in UJKT,I am getting some errors.

Here our requirement is if value is greater than FUTA_LIMIT then need to subtract TOT_COMP_YTD of previous month with current month FUTA_LIMIT.

my doubt is can use the code [HR_ACCT].[FUTA_LIMIT],[TIME].[%TIME%]-[HR_ACCT].[TOT_COMP_YTD],[TIME].TMVL(-1,%TIME%) inside the rec statement.

Regards

Anitha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

It is working.. I forgot to put braces.

Answers (1)

Answers (1)

anil_agrawal
Active Participant
0 Likes

Hi Anitha,

You can not use MDX and REC statement both together in a logic script.Try to use Select and Rec combination in logic script it will help.

Thanks

Anil