Hi everyone,
I’m facing an issue with a custom Script Report in Frappe.
Even though:
- My
execute
function only returnscolumns, data
(not"Prepared Report"
), - The “Is Prepared Report” option is unchecked in the Report DocType,
- The report type is correctly set to “Script Report”,
Frappe still automatically treats it as a Prepared Report, which I don’t want.
I need the report to run instantly/synchronously, regardless of how many rows it returns.
Any idea what might be forcing this behavior?
Thanks in advance for any help!