Reports
EspoCRM 9.3.8
PHP 8.4.18
MySQL 8.4.8
I need this bug description translated into English:
If I create a report with one column of type summary and the formula SUM : ( duration ), everything saves correctly and works as expected.
If I create another report with one column of type summary and the formula DIV : ( MOD : ( ( SUM : duration ), 3600 ), 60 ), everything is also OK.
However, when I create a report with two summary columns, where one column uses SUM : ( duration ) and the second uses DIV : ( MOD : ( ( SUM : duration ), 3600 ), 60 ), the report cannot be saved and an error message is shown.
As soon as a report contains more than one summary column, the report cannot be saved.
Error message: Internal server error.
EspoCRM 9.3.8
PHP 8.4.18
MySQL 8.4.8
I need this bug description translated into English:
If I create a report with one column of type summary and the formula SUM : ( duration ), everything saves correctly and works as expected.
If I create another report with one column of type summary and the formula DIV : ( MOD : ( ( SUM : duration ), 3600 ), 60 ), everything is also OK.
However, when I create a report with two summary columns, where one column uses SUM : ( duration ) and the second uses DIV : ( MOD : ( ( SUM : duration ), 3600 ), 60 ), the report cannot be saved and an error message is shown.
As soon as a report contains more than one summary column, the report cannot be saved.
Error message: Internal server error.

Comment