File tree Expand file tree Collapse file tree
src/main/resources/reports/new_accounts_daily Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Daily new accounts report
22
3- Compute the total amount of new accounts created per day.
3+ Compute the total amount of new accounts created per day for each tenant .
44
55The snapshot view is: ` v_report_new_accounts_daily `
66
@@ -15,9 +15,13 @@ curl -v \
1515 -H 'Content-Type: application/json' \
1616 -d '{"reportName": "report_new_accounts_daily",
1717 "reportType": "TIMELINE",
18- "reportPrettyName": "Daily new accounts ",
18+ "reportPrettyName": "Daily New Accounts ",
1919 "sourceTableName": "report_new_accounts_daily",
2020 "refreshProcedureName": "refresh_report_new_accounts_daily",
2121 "refreshFrequency": "HOURLY"}' \
2222 "http://127.0.0.1:8080/plugins/killbill-analytics/reports"
2323```
24+
25+ ## Report UI:
26+
27+ ![ daily-new-accounts.png] ( daily-new-accounts.png )
You can’t perform that action at this time.
0 commit comments