Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Current Resource Values Report

The **Current Resource Values Report** displays the currently defined resources in OpCon.

![A screen showing the Current Resource Values Report](../../../../../Resources/Images/SM/Library/Reporting/CurrentResourcesValuesReport.png "Current Resource Values Report")

### Filtering & Sorting

This report provides filters for resource name, value, description, and in use. You can open the filters panel by clicking on the menu (three dots) in the header of any column, and selecting 'Filter'.

![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu")


### Exporting to CSV

Click the export ![Download button](../../../../../Resources/Images/SM/Library/Logs/Download-Button.png "Export") button to download the report as a CSV. Any active filters will be applied when exporting the report.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Current Threshold Values Report

The **Current Threshold Values Report** displays the currently defined thresholds in OpCon.

![A screen showing the Current Threshold Values Report](../../../../../Resources/Images/SM/Library/Reporting/CurrentThresholdsValuesReport.png "Current Threshold Values Report")

### Filtering & Sorting

This report provides filters for threshold name, value, and description. You can open the filters panel by clicking on the menu (three dots) in the header of any column, and selecting 'Filter'.

![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu")


### Exporting to CSV

Click the export ![Download button](../../../../../Resources/Images/SM/Library/Logs/Download-Button.png "Export") button to download the report as a CSV. Any active filters will be applied when exporting the report.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Event Details by Date Report

The **Event Details by Date Report** shows all daily triggered events with their schedules, jobs, trigger, match, and event details.

:::note
Report data is updated nightly at 2:00 AM.
:::

![A screen showing the Event Details Report](../../../../../Resources/Images/SM/Library/Reporting/EventDetailsByDateReport.png "Event Details Report")

### Filtering & Sorting

This report provides filters for date, schedule, job, trigger, match, and event details. You can open the filters panel by clicking on the menu (three dots) in the header of any column, and selecting 'Filter'.

![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu")


### Exporting to CSV

Click the export ![Download button](../../../../../Resources/Images/SM/Library/Logs/Download-Button.png "Export") button to download the report as a CSV. Any active filters will be applied when exporting the report.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,9 @@ module.exports = {
"Files/UI/Solution-Manager/Library/Reporting/Annual-Plan-By-Calendar-Dates-Report",
"Files/UI/Solution-Manager/Library/Reporting/Audit-History-Report",
"Files/UI/Solution-Manager/Library/Reporting/Cross-Reference-Schedules-And-Jobs-Report",
"Files/UI/Solution-Manager/Library/Reporting/Current-Resource-Values-Report",
"Files/UI/Solution-Manager/Library/Reporting/Current-Threshold-Values-Report",
"Files/UI/Solution-Manager/Library/Reporting/Event-Details-Report",
"Files/UI/Solution-Manager/Library/Reporting/Frequencies-And-Associated-Jobs-Report",
"Files/UI/Solution-Manager/Library/Reporting/Schedule-Job-History-Report"
],
Expand Down