Display zeros in a pivot
I have a one column pivot table that sums the values in a column. But, when my values add up to zero, it suppresses the column entirely. I want to be able to display the value of 0 in the pivot. I've tried using ifnull(colname,0) but that didn't work for me. Any hints?
thx