G
Guest
Hi.
when I converting a negative value to hours sometimes the convertion is a
wrong.
If I have -2.5 that means -2:30h, it converts to -3:30h, but if I have -8,
it converts to -8:00h
I'm using this querie:
TotalHorasLiquidaGozar: Int([TotalHorasGozar]) &
Format([TotalHorasGozar]/24;":nn")
How can I solve this?
Regards,
Marco
when I converting a negative value to hours sometimes the convertion is a
wrong.
If I have -2.5 that means -2:30h, it converts to -3:30h, but if I have -8,
it converts to -8:00h
I'm using this querie:
TotalHorasLiquidaGozar: Int([TotalHorasGozar]) &
Format([TotalHorasGozar]/24;":nn")
How can I solve this?
Regards,
Marco