icemonster
Registered User.
- Local time
- Today, 14:47
- Joined
- Jan 30, 2010
- Messages
- 502
uhm. ok let say, i have a report, that report has a hours per day field, that hours per day is calculated through the function calchoursperday,
now at the bottom of the report, or anywhere for that matter, i want to be able to "sum" up the hours per day.
i used this expression: =sum(val([daily hrs]))
but to my misfortune, it only computes the hours and exludes the minutes. my calculated hours per day is formatted this way: 01:00. (hours:minutes)
so how do i fix my expression to include the minutes in the addition?
now at the bottom of the report, or anywhere for that matter, i want to be able to "sum" up the hours per day.
i used this expression: =sum(val([daily hrs]))
but to my misfortune, it only computes the hours and exludes the minutes. my calculated hours per day is formatted this way: 01:00. (hours:minutes)
so how do i fix my expression to include the minutes in the addition?