Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i know sum is preffered over count but why????/
1,2,3 be values of field COST
then Count(COST)=3
while SUM(COST) =6
So this the difference ..and you can use it as required
count is to know the number of values, so sum is a completely diffrent thing