on ‎2016 Oct 15 10:06 PM
Hi Bpc Friends
I would like to copy the transaction data using this script from the COST model to the REPORTING model.
The COST model has the dimension COSTCENTRE while the REPORTING model has the dimension COSTCATEGORY.
I want to fill the dimension COSTCATEGORY with the property COSTCAT of the dimension COSTCENTRE.
Unfortunately the following script doesn't work. (BPC 10 NW)
First of all could I achieve that with a script logic?
Thanks

Request clarification before answering.
thanks Vladimir.
I would like to ask you one thing:
until last week before the change of the forum, I could see easily the topics, create new question and so on.
Now everything changed.
I post this question last week and I had to wait one week to have the approval from the moderator
What should I do?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use *RENAME_DIM COSTCENTRE=COSTCATEGORY
And in rec use
COSTCENTRE=COSTCENTRE.COSTCAT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 32 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.