what is the best way to use to queries for statistical report. multiple condition and multiple rows
Hi! here's an example to use queries https://appwrite.io/docs/databases#querying-documents
The best way could be to keep functions separate and clearly defined so there are no overlaps and/or duplicates. Also try looking into indexing https://dev.to/appwrite/how-do-i-index-my-appwrite-collection-2o4n
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...