on ‎2016 Sep 23 7:30 AM
Hi All,
We have a requirement to exclude records which has blank value on a specific dimension (in Source BW cube).
Is there a way this can be achieved?
I don't want to load this on say "NODIM" member in BPC.
Thank you,
Pratap
Request clarification before answering.
In transformation file you add some constant to the member.
In conversion file you skip this constant!
DIM1=*STR(AAA)+0XXXX
Conversion
AAA *skip
AAA* *
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pratap,
What is the business logic behind ignoring records with blank members?? Can you explain?
I don't want to load this on say "NODIM" member in BPC.Why not? I mean certainly you can name that member some meaningful name....
Regards,
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pratap,
In your conversion file you can skip blank members, or in your selection during the transaction data load you can select a range for that info object, which will filter out blank members as well.
Andy
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 | |
| 10 | |
| 3 | |
| 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.