When you create a pivot table and you see nulls in the measures part , You want to see 0 or 0.00 instead
Just change the data format on the report column in the report itself too
Custom format
#,##0.00;-#,##0.00;0.00
For Nulls if you want zeros 0 instead of null then enter:
#,##0;-#,##0;0
For a Dash
#,##0;-#,##0;-
A custom Message instead of null
#,##0;-#,##0;no data
Just change the data format on the report column in the report itself too
Custom format
#,##0.00;-#,##0.00;0.00
For Nulls if you want zeros 0 instead of null then enter:
#,##0;-#,##0;0
For a Dash
#,##0;-#,##0;-
A custom Message instead of null
#,##0;-#,##0;no data
Note: only a member of this blog may post a comment.