CR V8.5
I have a report which contains a subreport. The main report has a (very simple) shared value from the sub report in it. Let's call it: @mainformula
I then add this value (above) to another value (@waitinglistsum) that has only been calculated in the main report.
This resulting field is called @sum.
How can I now count, sum and/or select on this field (@sum)?
I have a report which contains a subreport. The main report has a (very simple) shared value from the sub report in it. Let's call it: @mainformula
Code:
whileprintingrecords;
shared numbervar historycount;
historycount
I then add this value (above) to another value (@waitinglistsum) that has only been calculated in the main report.
This resulting field is called @sum.
How can I now count, sum and/or select on this field (@sum)?