Getting Data for Statistics

Hi there,

Currently we have a count limit of 100/200 objects per request. But what if we want to show statistics and we need to get all the data in 1 request. For example, we want to get all the prescriptions created in week,month, year and we show how many were proccessed, or in progress etc, along with connected data like how many invoices were generated against that prescription etc

So what’d you suggest for such a case?

Regards

Hello.

You could add a custom service that would be responsible for calculations. Also timers which periodically wake up to perform data aggregation for you could be helpful.

Regards,
Mark