hi,
I have two "date-time" fields in the entity. One field is the start time in the format "dd.mm.yyyy hh:mm" and one field is the end time field, also in the format "dd.mm.yyyy hh:mm."
I need the minutes between the end time and the start time in one field.
Example:
Start time 10/14/2025 3:00 PM
End time 10/14/2025 3:15 PM
Result: 15 (minutes)
and after that i would prefer to show the hours, like 0,25 (15 minutes)
I've already looked in the forums, but haven't found anything suitable. The diff function didn't work the way I did it.
How do I get the minutes?
In the german Excel Version, the function is:
=RUNDEN((B7-A7)*24;2)
Example:

Thank you
I have two "date-time" fields in the entity. One field is the start time in the format "dd.mm.yyyy hh:mm" and one field is the end time field, also in the format "dd.mm.yyyy hh:mm."
I need the minutes between the end time and the start time in one field.
Example:
Start time 10/14/2025 3:00 PM
End time 10/14/2025 3:15 PM
Result: 15 (minutes)
and after that i would prefer to show the hours, like 0,25 (15 minutes)
I've already looked in the forums, but haven't found anything suitable. The diff function didn't work the way I did it.
How do I get the minutes?
In the german Excel Version, the function is:
=RUNDEN((B7-A7)*24;2)
Example:
Thank you
Comment