0

Problem Convert Time to Number

let th := sum((select 'Booking Time').Time);
number(round(th)) / 3600000

 

 

The right thing should be 67.30 no 67.50

Or 0.30 no 0.50 on this example

1 Antwort

null
    • Rafael_Sanchis
    • vor 11 Monaten
    • Gemeldet - anzeigen

    number(sum((select 'Booking Time').Time)) / 3600000 👍

    Thanks.