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 Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reset a COMPUTE field to ZERO

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
US
How can I reset a COMPUTE field to zero after printing it as a SUBTOTAL?

Thanks,

Leo ;-)
 
I have a COMPUTED field which represents a percentage of other fields.

So, I have three fields which are subtotaled (summed) correctly. But the COMPUTED field is also summed. I need this field to be calcuated off of the SUBTOTALS.

SUBTOT1 SUBTOT2 PERCENTAGE (SUBTOT2/SUBTOT2)*100

Thanks,

Leo ;-)
 
Instead of using 'ON fieldname SUBTOTAL', use 'ON fieldname SUMMARIZE', which will redo the COMPUTES using subtotalled values.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top