Jump to content

image.png796166 4.72 KB I would like to be able to change...


Carter Henderson

Recommended Posts

image.png796166 4.72 KB

 

I would like to be able to change the text above where it says TOTAL. Is this possible

-*4WK AVG

TABLE FILE fuel_dept/tbl_fuel_daily_performance_summary

SUM

COMPUTE BURNMPG/D8.2 = DRIVING_DISTANCE/TOTAL_FUEL_USED ;

COMPUTE BOOKMPG/D8.2 = TOTAL_MILES/GALLONS ;

COMPUTE OOR/D8.2p = (1-(BOOKMPG/BURNMPG)) ;

COMPUTE IDLE/D12.2p = TOTAL_IDLE_TIME/ENGINE_TIME ;

COMPUTE CRUISE/D12.2p = CRUISE_CONTROL_TIME/ENGINE_TIME ;

BY W

WHERE 4WEEKAVG EQ 1

 

 

ON TABLE PCHOLD FORMAT HTML

ON TABLE SUMMARIZE AVE.

ON TABLE SET VZERO OFF

ON TABLE SET BYDISPLAY BY

ON TABLE SET POPUPDESC ON

ON TABLE SET AUTOFIT ON

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...