Hi all,
I have a counter key figure which is considering some null values which shouldn't. The best is to explain you how I've built it in order to get your advice for my problem.
When I execute report filtering for 0PLANT = 1372, firstly it shows aggregated values, there you can see a KF which shows 111, what is not correct as it should be 110:
If I add Document Number to visualization KF result shows now 110 which is the correct value:
Document which is counted at aggregated level but not considered at detailed level is this one (screenshot from multicube in BW):
So, order 4530030325 has two "registers", one for 0PLANT 1372 whose values for ZPO_ITEMS are always '0' , and another register for 0PLANT 1376 with ZPO_ITEMS = 1.
This '1' for plant 1376 is the value which is being considered in the example above even if I filtered by 1372.
Field 'Pedido por planta' is the result of concatenate 0DOC_NUM+0PLANT. There already is an exception aggregation in BEx totalizing the KF for 'Pedido por planta'. This aggregation is working fine except for this case.
Do you know how can I see 110 in the aggregated visualization in the report? I've tried many things and nothing solved my issue.
Thanks!