on 2016 Mar 11 4:14 PM
Hi,
We are using BPC10.1(SP08), BW7.4(SP13) & EPM addin(SP25)
I am facing an issue while loading Master Data for Project Dimension, We need to achieve two conditions:
1) If the BW has .(Period), it should be skip
2) If BW has "/"(Forward Slash), replace Forward Slash with .(Period)
My Conversion File below isnt working:
| EXTERNAL | INTERNAL | FORMULA |
| * | js: %external%.replace("/", ".") | |
| *.* | *SKIP |
My conversion file below works with one record
| EXTERNAL | INTERNAL | FORMULA |
| ABC/789 | js: %external%.replace("/", ".") | |
| * | *SKIP |
The formula which is working for just one member doesn't work for *
And I have one More Condition, where I need to Pull if the number contains "Period" as well as "Forward Slash"
Please advice,
Thanks,
Hari
Request clarification before answering.
Hi Vadim,
Many Thanks for your reply, It helped me in Solving two conditions while loading Master data, and I have one more condition where I need to bring the data which contains both "." (Period) and "/" (Forward Slash) like
1. A.B -> *SKIP ( Working)
2. A/B -> A.B (Working)
3. A.B/C -> A.B.C (Not able to achieve condition)
Please advice..
Thanks,
Hari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hari,
Nothing will be executed after line:
* JS:...
But I do not understand the logic: What do you want to replace and what do you want to skip.
Please show data examples!
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 11 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.