Hi Arijit,
Thank you, but still it is displaying GroupA only.
To explain my question in a better way i am keeping it to table instead of graph.
We have materials A B C D.
So it is displaying below data for Group >>>>>>>> Group=If(([Mat] InList ("A";"B"));"GroupA";If(([Mat] InList ("C";"D"));"GroupB"))
Group | Mes1 |
---|---|
GroupA | 10 |
GroupB | 50 |
After applying some input controls then there are no materials C and D for those filters, so i am expecting below data for Group:
Group | Mes1 |
---|---|
GroupA | 5 |
GroupB |
Thank you,