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

Percentages as SUBTOTALS

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
US
I have a column that is a COMPUTED field in my report which is displayed a percentage.

I have several SUBTOTALS, but the percentage field is just summed up in my subtotal.

I need it to be calculated off of the SUBTOTALS.


Thanks,

Leo ;-)
 
I am not using either.

The subtotals occur with

ON GROUPGIELD SUBFOOT


Thanks,

Leo ;-)
 
If you're using a SUBFOOT and then displaying the total in a <ST.fld then use a RECAP instead. ON fld RECAP newfld/fmt = ....; Then display the RECAP field in the SUBFOOT.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top