...
Expand | ||
---|---|---|
| ||
CREATE OR REPLACE FUNCTION REPORT_CUSTOM_EXECUTION_SUMMARY(start_date DATE, end_date DATE) RETURNS TABLE ( "ID" BIGINT, |
Sample ODC Files
- The following ODC files show the typical way how to use a custom procedure and to insert the data into an Excel file.
- JobScheduler Reporting Interface - Custom Execution Summary.odc
- JobScheduler Reporting Interface - Custom Installed Objects.odc
Sample Excel Template
- The following template makes use of the above data model customizations.
- Document: JobSchedulerReporting Customization.xlsx
...