Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
all,
below is my data
| year | month | dept | AMT | ID |
| 2016 | JAN | CSE | 100 | 1 |
| 2016 | FEB | IT | 200 | 2 |
| 2016 | MAR | EEE | 300 | 3 |
| 2016 | APR | CSE | 400 | 4 |
| 2015 | JAN | CSE | 500 | |
| 2015 | FEB | IT | 600 | |
| 2015 | MAR | EEE | 700 | |
| 2015 | APR | CSE | 800 | 10 |
| 2015 | MAY | EEE | 900 | 1 |
| 2015 | JUNE | CSE | 1000 | 12 |
now i need the single bar chart of null and null values record count. how to achieve it?
where in the single bar it should differentiate the null and non null values
Yes.
You got the desired output ?