Hi All,
We are running currency conversion script for consolidation model and are having the following problem.
The data is in S_NONE group. We are running the script for another Group S_BANK, which has two entities assigned to it under ownership manager. We are running script for S_BANK group. However, the translation results are only under S_NONE group and there is no equivalent data under S_BANK group. In other words, translation is working for S_NONE group but not S_BANK Group.
We have set up the following properties:
Group: S_BANK
Currency Type: G
Store_Group_CUurrency: Y
Group_Currency: USD
AUDITTRAIL:
DataScrType: I
IS_Converted:Y
IS_Consolidated: Y
We are using following script logic:
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
TID_RA = %TIME_SET%
RATEENTITY = Global
GROUP=%SCOPE_SET%
OTHER = [ENTITY = %ENTITY_SET%]
*ENDRUN_PROGRAM
If we use GROUP=GROUPS_SET, we get an errir- Invalid dimension Groups.
We have read many posts on currency translation and don't know what are we missing.
Any help is appreciated!
Thanks,
R