on 2017 Jul 01 4:43 PM
I am loading BW transaction data to a BPC 10 Model, and I want to achieve the following. There are 2 inbound InfoObjects e.g. an Account and Distribution Channel, and all the possible combinations of these 2 IO's concatenated together form an output SALESACCOUNT dimension member.
Somehow I want to put all the unique contatenated string combinations in the external column of the BPC conversion file to give the required SALESACCOUNT output in the Internal column.
I have looked through some javascript blogs but still cannot find a way to do this.
Any help please?
Thanks
Mark
Request clarification before answering.
But why you are looking for Javascript?
Just use in transformation file
ID = 0ACOUNT + 0DISTR or what you have to perfom concatenation and then in conversion file list all possible combinations.with required target in internal.
If you have some logic to convert concatenated string to internal then you can use Javascript. But you are not explaining the required logic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Vadim, worked perfectly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 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.