xibo icon indicating copy to clipboard operation
xibo copied to clipboard

Reports: Proof of Play improvements

Open dasgarner opened this issue 2 years ago • 0 comments

Improvements to the proof of play report:

  • [ ] Add an optional filter for display group
  • [ ] Page on the client not the server
  • [ ] Add a total row

A note on the paging task - when there is a lot of data the report takes a long time to run and most of that time is running the query, not returning the data. Once we have the results, we don't do anything to each row - they are fully returned by the query. This means that paging is ineffective, because each page request runs the entire report again.

dasgarner avatar Sep 27 '22 19:09 dasgarner