I’m exploring the reporting capabilities available in Frappe Cloud and would like to know the best way to create summarized (grouped) reports and dashboards without custom app development.
I’m looking for reports that display aggregated information instead of individual records. Some examples include:
-
Department-wise employee count
-
Status-wise document count
-
Month-wise submission count
-
Customer-wise total orders
-
Category-wise totals using Count, Sum, Average, etc.
In addition, I’d like to create dashboards that display these summarized insights through:
-
Number Cards
-
Charts (Bar, Line, Pie, etc.)
-
Grouped summaries and KPIs
My questions are:
-
What is the recommended approach for creating summarized (grouped) reports in Frappe Cloud?
-
Which reporting options (Report Builder, Query Report, Script Report, Pivot Report, etc.) support grouped and aggregated data?
-
Can these reports be used directly as the data source for dashboard charts and number cards?
-
Are there any limitations in Frappe Cloud compared to a self-hosted setup?
Any guidance or best practices would be greatly appreciated.