Summary
Supress null values in Pivot
Content
Hi,
I have a data set with names and reported hours against each week.
So in my rows I have the names, in columns I have weeks, and for values I have hours.
The issues I'm trying to solve is that if a person didn't report in a given week range - his line disappears from the pivot.
What I need is keep the person and display the nulls or zeros...
Any ideas how to achieve this?
Best regards,
Pawel.