View Full Version : how to calculate percentage in repirt


abieyuwae
11-01-1999, 02:10 PM
I'm trying to calculate percentage in a report.
example:
total hrs: =sum([hrs])
percent: =[total hrs]/[grand total]

grand total:=([hrs])

my total hours is fine...but the percentage gives me a bunch of parameter values i never specified and it doesn't show the percentage, only the total hrs shows.
please could anybody help ...as any suggestion is welcome.
thank you.

eason
11-09-1999, 09:24 AM
Try this,

([total hr]*100)/[Grand hr]-100