I am trying to show grid summary values for a Formula Field. The summary functions we have written ourselves will ignore null values and calculate summary values based only on rows that have values for the particular column. However, if a Formula Field outputs a null value for any row, the summary value ends up as null as well. 
Is there a way to define the summary function for a Formula field? Or, can you change the default behavior to simply ignore null values when calculating summary data?
					Is there a way to define the summary function for a Formula field? Or, can you change the default behavior to simply ignore null values when calculating summary data?

Comment