check diz out
temp := ((@Modified - @Created)/60)/60;
temphours := @Left(@Text(temp); ".");
tempminutes := @Left(@Right(@Text(temp); "."); 2);
tempdays := @TextToNumber(temphours)/24;
temphours2 := @Left(@Right(@Text(tempdays); "."); 2);
hrspercent := @TextToNumber(temphours2)/100;
hours := 24 * hrspercent;
days := @Left(@Text(tempdays); ".");
percent := @TextToNumber(tempminutes)/100;
minutes := 60 * percent;
@If(days = ""; "0 days, " ;@Text(days) + " days, ") +
@If(hours = ""; "0 hours, "; @Text(@Round(hours)) + " hours ") + @If(minutes = ""; "0 minutes";@Text(minutes) + " minutes")
This column formula will result in a message being displayed in a format similar to this example.
Example: 5 days 10 hours 37.5 minutes
>>viele Nächte z.B. ein Kursteilnehmer ein Hotelzimmer belegt.
die sollen lernen, nicht schlafen