In my query I have 2 columns. In each column there is a date & time. I have the columns subtract from each other and in another column give:
D:HH:NN (which equals to DAYS:HOURS:MINUTES)
Everything is correct except the day column, it's kinda correct. No matter what everything equals out to the days column always gives a 30 + whatever the true amount of days between the 2 columns are.
Example 1:
1/1/09 8:00am(column 1) - 1/1/09 9:30am(column 2) = 30:01:30(column3)
Example 2:
1/1/09 8:00am(column 1) - 1/2/09 9:00am(column 2) = 31:01:00(column3)
Here is what I have in the Expression Builder:
Countdown: Format([Time of Findings]-[Exam Ordered],"d:hh:nn")
Once again, everything displays correctly except the day column. It always adds 30.
D:HH:NN (which equals to DAYS:HOURS:MINUTES)
Everything is correct except the day column, it's kinda correct. No matter what everything equals out to the days column always gives a 30 + whatever the true amount of days between the 2 columns are.
Example 1:
1/1/09 8:00am(column 1) - 1/1/09 9:30am(column 2) = 30:01:30(column3)
Example 2:
1/1/09 8:00am(column 1) - 1/2/09 9:00am(column 2) = 31:01:00(column3)
Here is what I have in the Expression Builder:
Countdown: Format([Time of Findings]-[Exam Ordered],"d:hh:nn")
Once again, everything displays correctly except the day column. It always adds 30.