Hi all,
I'm using bpc 7.5 nw.
I want to transfer transactional data from model 1 to model 2 using script logics.
I get a validation error in the second instruction trying using this statement:
*RENAME_DIM DIM1=DIM2
*ADD_DIM DIM3=DIM1.PROP
Consider that:
- DIM1 exists in destination app with name DIM2 so I need to rename it
- DIM3 doesn't exist in destination app but its member are a DIM1 property
The error is: "member DIM1.PROP not exist"
Is there a way to solve the problem?
Thanks in advance.
Andrea