I've got a complicated stored proc building a result set to feed to crystal. Some fields have nulls values. If there is data in the field, it is decimal value.
I want to group this data based on a date range and then averages of the fields which may contain nulls. Crystal is showing 0.00 for all null values and then averages the 0.00 in with the real data on a summary. If I have 8.5 and 0.00 (which is really null) I want the average to be 8.5.
Any help would be appreciated
I want to group this data based on a date range and then averages of the fields which may contain nulls. Crystal is showing 0.00 for all null values and then averages the 0.00 in with the real data on a summary. If I have 8.5 and 0.00 (which is really null) I want the average to be 8.5.
Any help would be appreciated