Hi all,
I am using this formula to get my time:
ToText((({TABLENAME.FIELD}\60) Mod 24),0) + 'h, ' +
ToText(({TABLENAME.FIELD} Mod 60),0) + 'm'
then I grouped by this time and I want the grand total of these times, however, the sum feature is not available. Anyone know why?
Thank you!
I am using this formula to get my time:
ToText((({TABLENAME.FIELD}\60) Mod 24),0) + 'h, ' +
ToText(({TABLENAME.FIELD} Mod 60),0) + 'm'
then I grouped by this time and I want the grand total of these times, however, the sum feature is not available. Anyone know why?
Thank you!