Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

resetting group totals

Status
Not open for further replies.

JoyCR9

MIS
Jan 13, 2004
70
CA
I have a formula in the detail section of CR9:

if {SERVICE_CALL_EVENT.SVC_CALL_EVENT_TYPE}="VENDONSITE"
then {SERVICE_CALL_EVENT.ACTION_DT}

I cannot place this in my group footer section. However, for reasons I don't want to get into now, I need to have this in group footer. The only way I can get this to appear is by summarizing it in a formula:

maximum ({@vendoronsite})

When I run my report and there are multiple hits (group = service_call_id), the maximum formula does not reset.

How do I get this to reset? I vaguely remmeber doing a 'reset' at the report header (??) a long time ago, but can't pinpoint the report on my system to see how I did it.

Any suggestions?
 
Cancel this post. Resolved on own (hanging my head in shame).

maximum ({@vendoronsite},{SERVICE_CALL.SERVICE_CALL_ID})
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top