I have a crosstab with the function running sum in the body: “=(RunningSum(<Income Total>;<Account Description>)*-1)/1000)”.
But when the variable doesn't have values for some of the columns (NOT NULL, IT DOESN’T HAVE ANY VALUE). If this is the case, the running sum is blank for that cell. Is there any way to get the running sum to fill all cells?
Example:
Jan Feb Mar Apr
Inventory 12 20
AccPay 20 35
WorkCap 15 28 35 48
But when the variable doesn't have values for some of the columns (NOT NULL, IT DOESN’T HAVE ANY VALUE). If this is the case, the running sum is blank for that cell. Is there any way to get the running sum to fill all cells?
Example:
Jan Feb Mar Apr
Inventory 12 20
AccPay 20 35
WorkCap 15 28 35 48