I am curious how people handle reporting in their database systems, basically i am trying to work out how i can allow my system to dynamically generate reports but still allow for traceability.
The logic is that i would need to potentially generate a reportID, and other report information in a report table, to record the reportID, when it was generated, and a filename, and then potentially save the report as the filename.
How do people manage to keep traceability when the report is dynamically generated each time? and the results come from different tables and so on?
The logic is that i would need to potentially generate a reportID, and other report information in a report table, to record the reportID, when it was generated, and a filename, and then potentially save the report as the filename.
How do people manage to keep traceability when the report is dynamically generated each time? and the results come from different tables and so on?