Zoho Analytics Setup & Configuration Guide
This guide provides step-by-step instructions for connecting Zoho Creator data to Zoho Analytics and building the Controller Reporting Pack (v3).
1. Data Connection (Creator -> Analytics)
- Log in to zoho.com/analytics.
- Click Import Your Data -> Zoho Creator.
- Select the application: BudgetContracts.
- Mandatory Tables to import (Sync enabled):
Fiscal_YearsBudget_Versions(Primary data source for KPIs)Budget_BucketsStreams
- Sync Frequency: Recommended "Every 1 Hour" for near real-time dashboards.
2. Metric Calculations (Aggregate Formulas)
In Zoho Analytics, complex KPIs are best handled via Aggregate Formulas in the Budget_Versions table:
| Metric | Formula |
|---|---|
| Total Budget | sum("Approved Amount") |
| % Committed | (sum("Committed Amount") / sum("Approved Amount")) * 100 |
| Forecast Variance | sum("Closing Forecast") - sum("Approved Amount") |
3. Visualizations
Executive KPI Cards
- Use the Dashboard Widget component.
- Source:
Budget_Versions. - Apply a User Filter for
Fiscal_Year.fy_nameto make the dashboard dynamic.
Strategic Pivot Table
- Rows:
Stream,Bucket,Expense Type. - Columns:
Fiscal Year. - Data:
Approved Amount(Sum),Committed Amount(Sum),Spent Amount(Sum).
4. Embedding in Zoho Creator
To display the Analytics dashboard inside the Creator "Controller Cockpit":
- In Zoho Analytics Dashboard, click Share -> Embed.
- Configure permissions (e.g., Access with Login or specific users).
- Copy the URL (do not copy the whole iframe tag, just the src URL).
- In Zoho Creator Page Builder:
- Add an Embed / HTML Snippet.
- Choose URL.
- Paste the Analytics link.
[!TIP] Dynamic Filtering: If you pass
fy_nameas a parameter in the URL, Analytics can automatically filter the embedded dashboard based on the Creator page context.