I have a report with the following fields
[signed on]
[personel]
both are formatted h:nn:ss
what I am trying to do is calc the percent of time which is spent in [personel] as it relates to the overall time [signed on]
I have tried making a field = [personel] / [signed on] formatted percent
but this does not work all I get is 0.00%
ex: [signed on] 0:10:00 and [personel] 0:02:30 should give you a percent of 25%
I am guessing it is because I am trying to do the math on times and not general numbers.
Any help would be appreciated.