I saw a few examples, but I just can't figure it out for my case. My expressions summarize all the values from a field Totalfrom a dataset AutoDeliveryCount. I need to refer to a dataset since I use several fields Totalin my report. If a stored procedure returns NULL, how can I get 0 in my expression instead of empty?
=Sum(Fields!Total.Value, "AutoDeliveryCount")
source
share