Custom Summary Report empty

When I create the summary Reports, everything shows fine. But when I try to customize the template, I get an empty white screen. no errors.
I write the custom code in customTemplateBody in plain html, replacing the fields with triple curly braces like {{{Id_consoft}}}, But nothing shows.

Any help would be appreciated.

richardelima wrote:

I get an empty white screen. no errors.

Empty screen usually means you have PHP errors. You may configure your php.ini to display all errors:
https://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors
https://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting

Custom Template is JavaScript, you may also press F12 in your browser and go to the Console panel to check JavaScript errors:
https://developers.google.com/web/tools/chrome-devtools/console/log

Thanks for your answer. I see no errors in consle, I did not include any php code in teh custon summary report.
I just insert the one field for testing porpouses, but nothing shows.
i fI insert the custom field like {{{Id_consoft}}} in custom template header, it whows up as caption , wich is fine. but when I insert the same data in CustomTemplateBody, nothing shows.
What can be wrong?

If the field is a grouping field you selected for the summary report, it will not show in CustomTemplateBody. It should be shown in CustomTemplateGroupHeader, see the topic Custom Templates in the help file.

Thnaks, is not a grouping field. I uncheked all grouping, summaries, etc. But not even a simple field shows up.

You better post more information (e.g. table schema, report settings, your Custom Template, etc.) so others can try to test.