Hi Experts,
i am having a trouble on my logic scripts specifically in *rec expression.
my scripts goes like this.
*XDIM_FILTER ACCOUNT = [ACCOUNT].Properties("CURR_ACCNT") = Y //(ONLY GL ACCOUNTS I WANT TO TRANSLATE, THE DATA ARE STORED IN "LC" IN CURRENCY DIM)
*XDIM_MEMBERSET ACCOUNT = R_BHT, R_SGD, R_USD //(ACCOUNTS WHICH I INPUTTED THE DATA INTO "NO_CURR" IN CURRENCY DIM)
*XDIM_MEMBERSET CURRENCY = %CURRENCY_SET% // I NEED TO SELECT ONLY THE CURRENCY I WANT TO TRANSLATE AND STORE THE DATA INTO SELETECTED CURRENCY
*WHEN ACCOUNT
*IS "R_&%CURRENCY_SET%" // this one to concatenate the "R_" + the selected currency.
*REC(EXPRESSION=%VALUE%*[ACCOUNT].[CURR_ACCNT],CURRENCY=%CURRENCY_SET%)
*ENDWHEN
but i got a error message.