User Tools
Writing /app/www/public/data/meta/onboarding/reportingmanager/object_model_-_the_basics.meta failed
onboarding:reportingmanager:object_model_-_the_basics
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onboarding:reportingmanager:object_model_-_the_basics [2016/08/09 17:33] – scotty | onboarding:reportingmanager:object_model_-_the_basics [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Object model - the basics ====== | ||
| + | |||
| + | Author: Colm Carew | ||
| + | |||
| + | ===== Main Tables ===== | ||
| + | |||
| + | |||
| + | Script Report (script_report) - This is where the code for the reports is stored. It contains the report name. type (table, | ||
| + | |||
| + | Report Variable (report_variable) = This determines what variables a report has | ||
| + | |||
| + | Scheduled Config (scheduled_config) - This determines if a report will be ran and emailed out at certain date/times | ||
| + | |||
| + | Reporting Shiro User (reporting_shiro_user) - These are the users within the reporting manager | ||
| + | |||
| + | Reporting Shiro Role (reporting_shiro_role) - These are the roles within the reporting manager | ||
| + | |||
| + | **Search for columns in a Database -** | ||
| + | < | ||
| + | |||
| + | ===== Self Assessment ===== | ||
| + | |||
| + | |||
| + | Using MySQL, generate a query that gets all reports, what variables the report has, if the report is scheduled, who gets emailed for that schedule | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||