I have crosstab looks like this
Jan Feb
Emp1 500 600
Emp2 600 700
Emp3 0 0
I want to hide the row3 as it has zero values. I have seen in crosstab expret to supress empty rows but that doesn't server the purpose. I want output like this
Jan Feb
Emp1 500 600
Emp2 600 700