



Hi NitinRajput
you can use INT('time range') to convert a timestamp to a number.
for example, Int((Bom('*')-Bom('*-1mo')))
the UOM of the result is seconds.
divide by 3600 to convert the UOM to hours:
Int((Bom('*')-Bom('*-1mo')))/3600
Best Regards
Runpu
Hi NitinRajput
you can use INT('time range') to convert a timestamp to a number.
for example, Int((Bom('*')-Bom('*-1mo')))
the UOM of the result is seconds.
divide by 3600 to convert the UOM to hours:
Int((Bom('*')-Bom('*-1mo')))/3600
Best Regards
Runpu