Hi All,
I have a requirements to get two key figures total values and if total value is zero then do not want to see the line items in report output.
Line items as below.
Char1|Char2|KF (A+B)| A|B|
Name1|CH1|100 |50|50
Name1|CH1|100 |50|(-50)
Name1|CH1|75 |50|25
Name1|CH1|30 |50|(-20)
If KF values is zero then I’m expecting output as follows.
Char1|Char2|KF (A+B)| A|B|
Name1|CH1|100 |50|50
Name1|CH1|100 |50|(-50) – do not want in report output.
Name1|CH1|75 |50|25
Name1|CH1|30 |50|(-20)
My design as follows.
In row, Char1 & char2.
In column, KF(restricted key figures).
I have tried to use condition in query designer but it is not working.
Can anybody advice how can I achieve this.
Regards
Naani.