Question
Understand the pie chart
Hi,
I am trying to build a simple pie chart and am a bit puzzled by the results.
As dimension I added the following statement:
CASE WHEN VBAK.BSARK = DFUE
THEN EDI
ELSE NON-EDI
END
And as KPI:
COUNT_TABLE(VBAK)
So, I want to see a pie chart that will be divided into two parts based on the value in the field BSARK:
part 1 - DFUE
part 2 - anything else
But for some reason the pie chart also has a 3rd part which has - value.
How shall I understand it?
thanks a lot for any advise
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.