Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Val(ToText(Truncate({table.minutes}/60),0) + "." + ToText({table.hours} MOD 60))
ToText(DateAdd("n", ({table.minutes}, DateTime (2003, 1, 1, 0, 0, 0)),"H:mm")
Val(ToText(Truncate({table.minutes}/60),0) + "." + ToText({table.minutes} MOD 60))
if {table.minutes} < 60 then
{table.minutes} / 60
else
Val(ToText(Truncate({table.minutes}/60),0) + "." + ToText({table.minutes}MOD 60));