Hi everyone,
I’m facing an issue where the add_total_row
behavior is inconsistent between my local Frappe setup and a cloud-hosted environment.
Scenario:
In my local setup, I have a report where the add_total_row
is set to 1
(verified in the tabReport
table), and a total row is correctly displayed at the bottom of the report. However, when I run the same report on the cloud-hosted site, the total row does not appear, even though everything else in the report (data, columns, etc.) is the same.
What I’ve Checked:
- Verified that the
add_total_row
is set to 0 in hosted environment and 1 in local env. - The report scripts and logic are the same across both environments.
- Checked for caching issues by clearing the cache, but the problem persists.
Has anyone else experienced this issue or have any insights on what might be causing the discrepancy?
Thanks in advance for your help!