I am editing someone else's report and I need some help with a formula. Can someone help me understand this type of formula?
WhilePrintingRecords;
Numbervar JobEndSubPhase;
JobEndSubPhase := JobEndSubPhase + {@JobEnd+-}
I understand most of it the part I don't get is this part:
JobEndSubPhase := JobEndSubPhase + {@JobEnd+-}
This field is a formula: {@JobEnd+-}
But where does this come from: JobEndSubPhase
I can't find it in another formula.
Thanks!
WhilePrintingRecords;
Numbervar JobEndSubPhase;
JobEndSubPhase := JobEndSubPhase + {@JobEnd+-}
I understand most of it the part I don't get is this part:
JobEndSubPhase := JobEndSubPhase + {@JobEnd+-}
This field is a formula: {@JobEnd+-}
But where does this come from: JobEndSubPhase
I can't find it in another formula.
Thanks!