thebigbadwolf
Programmer
I have create a global numbervar to summarize numbers that I couldn't summarize and I need to use this numbervar in a graph
Is there a way to do this?
@sumDiff
whileprintingrecords;
global numbervar sumdiff;
sumdiff:=sumdiff+number1
Is there a way to do this?
@sumDiff
whileprintingrecords;
global numbervar sumdiff;
sumdiff:=sumdiff+number1