G
Guest
Im not sure if im asking this correctly so i hope it makes sense !
In a report footer (one of several in the report), i have the following text
boxes with the expression =Sum(IIf([PREGNANCY OUTCOME]='NEGATIVE URINE
TEST',1,Null)), to give a total number for that specified expression
parameter.
I have about 9 of these, with the sum expression set-up to count various
parameters that may be present in the 'pregancy outcome' field in the
underlying query.
I want to add together all but one or two of the results of these
expressions and disply this in the same group footer.
Ive tried = Sum ( [TOTAL ONGOING MONTH] + [TOTAL SINGLE MONTH] + [TOTAL
TWINS MONTH] + [TOTAL TRIPLETS MONTH] + [TOTAL BIOCHEM MONTH] + [TOTAL
ECTOPIC MONTH] + [TOTAL MISC 12 MONTH] + [TOTAL MC6 MONTH] )
Which i thought would work, seemed to make sense.
But when i run the report, i get asked for the parameter value for the TOTAL
ONGOING MONTH etc.
Where am i going wrong !
In a report footer (one of several in the report), i have the following text
boxes with the expression =Sum(IIf([PREGNANCY OUTCOME]='NEGATIVE URINE
TEST',1,Null)), to give a total number for that specified expression
parameter.
I have about 9 of these, with the sum expression set-up to count various
parameters that may be present in the 'pregancy outcome' field in the
underlying query.
I want to add together all but one or two of the results of these
expressions and disply this in the same group footer.
Ive tried = Sum ( [TOTAL ONGOING MONTH] + [TOTAL SINGLE MONTH] + [TOTAL
TWINS MONTH] + [TOTAL TRIPLETS MONTH] + [TOTAL BIOCHEM MONTH] + [TOTAL
ECTOPIC MONTH] + [TOTAL MISC 12 MONTH] + [TOTAL MC6 MONTH] )
Which i thought would work, seemed to make sense.
But when i run the report, i get asked for the parameter value for the TOTAL
ONGOING MONTH etc.
Where am i going wrong !