on 2014 Aug 08 12:18 PM
Hi My data is like this:
PO Quantity
1 10000
10000
7000
7000
2 7000
7000
7000
3 7000
7000
7000
What i want is like this.
PO Quantity
1 17000
2 7000
3 7000
How can it be done in BEx????
Thanks
Request clarification before answering.
First let me know how are you getting more than one Qty against one PO.There might be other characteristic involved which will be making unique row.
Please check.
Regards,
AL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes we have condition type wise date.But in one report i dont want summarized data.
| PO | GR | Quantity | Condition Type |
| 1 | 11 | 10000 | AA |
| 1 | 11 | 7000 | BB |
| 2 | 12 | 7000 | AA |
| 2 | 12 | 7000 | CC |
| 3 | 13 | 7000 | BB |
| 3 | 13 | 7000 | CC |
Now when i remve condition type it aggregates all quantties.So what i want is that for GR 11 Quantity should be 17000,for GR 12 Quan. should be 7000 and for GR 13 Quan. should be 7000.Is this possble????
Ok you need to make use of Nested exception aggregation..
Make a new formula--Put your Qty keyfigure inside it--Hit the aggregation tab--Exception aggregation as first value--Reference characteristic as condition type-
Now create another formula and put the last formula inside it--Again hit the aggregation tab--Exception aggregation as first value--Reference characteristic as PO-
Hope this works.
Regards,
AL
HI,
first check the any object like any date fields or any other object giving the unique vlaues.
go to the cube -> download the some data with all fields records(10-15) -> check the any obejct have unique values.
based on the unique vlaues apply the exception aggregtion based on the char.
Thanks,
Phani.
| User | Count |
|---|---|
| 7 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.