I need help to have this formula work:
ToText(((Sum ({TIME.DTLTMA},{DATE.RSHPJA})\60) Mod 24),0) + 'h, ' +
ToText((Sum ({TIME.DTLTMA}, {DATE.RSHPJA}) Mod 60),0) + 'm'
When I check it, it gives me "No Errors". However, when I refresh the report, I get this error, "Group specified on a non-recurring field." I would like to sum by the DTLTMA, which is a time stored in the database as minutes, by the group RSHPJA. Any suggestions?
Thank you very much s-)
ToText(((Sum ({TIME.DTLTMA},{DATE.RSHPJA})\60) Mod 24),0) + 'h, ' +
ToText((Sum ({TIME.DTLTMA}, {DATE.RSHPJA}) Mod 60),0) + 'm'
When I check it, it gives me "No Errors". However, when I refresh the report, I get this error, "Group specified on a non-recurring field." I would like to sum by the DTLTMA, which is a time stored in the database as minutes, by the group RSHPJA. Any suggestions?
Thank you very much s-)