Custom Report Generation
Last updated
Was this helpful?
Last updated
Was this helpful?
Xano offers an easy way to share read-only views of your database tables. If the data is already presented in a readable format, you can quickly share it with others, even if they are not Xano users.
Sometimes, your data may not be in what would be considered a human readable format, and you need to make modifications to it, or present it in an alternative format.
If you need reports to be generated on demand, use an API endpoint for this functionality.
If you want to generate reports based on a schedule, utilize a background task.
For most report generation, you'll want to ensure familiarity with the following concepts, depending on your specific needs.
Query All Records
For retrieving data from your database
For Each Loops
For iterating through retrieved records and transforming the data
Filters
Filters are typically used to apply modifications to pieces of data, such as math operations or comparing values.