I have written a query in Access which I want to display as a PivotChart (Line Type).
The query has the following fields:-
ProductDescription (Column Header), MonthName (Row Header), GoodsSold (Data).
The ProductDescription Field pulls its data from a table of ProductCodes. I have queried based on 3 descript Product Codes. For certain months, the ProductDescription has no entry against the month in question, which leads to Null entries in the GoodsSold when the Query is Pivoted.
How can I change these Null values to 0's as when the query is in PivotChart View, there is no data plotted for these months?