Hi all,
I'm breaking my head how to get a report like this:
- Number of total organizations until and including a certain month
- Number of total tickets in that month.
So, for example:
in 2021 we've started with 90 organizations in Zendesk.
January 2021 we've added 10 new organizations, which brings the total organizations to 100. We've had also received 100 tickets, so the average tickets per organization for January is 1
In February 2021 we've added another 10 new organizations, which brings the total organizations to 110. We've received 95 tickets, so the average tickets per organization for February is 0.86
In march 2021 we've added 5 new organizations, which brings the total organizations to 115. We've received 105 tickets, so the average tickets per organization for February is 0.93
And so on.
With D_COUNT(Organisations) I can retrieve all organizations created in a certain month, but I'm having a hard time how to calculate this in relation to the total number of organizations. Any tips or advice would be appreciated
Any idea or suggestions on how to create such a report?