RunningValue also provide total and sum do it also. so what is the difference between them. when one should use RunningValue() and when one should use SUM()......tell me the situation for the use. thanks
It returns a running aggregate of all non-null numeric values specified by the expression, in which a parameter of aggregate function (sum) can be applied to the expression.