Skip to content

Commit 92b3600

Browse files
authored
oc-2085: Add new reports to the sidebar in the Solution Manager Library (#415)
1 parent c62487b commit 92b3600

File tree

7 files changed

+58
-0
lines changed

7 files changed

+58
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Current Resource Values Report
2+
3+
The **Current Resource Values Report** displays the currently defined resources in OpCon.
4+
5+
![A screen showing the Current Resource Values Report](../../../../../Resources/Images/SM/Library/Reporting/CurrentResourcesValuesReport.png "Current Resource Values Report")
6+
7+
### Filtering & Sorting
8+
9+
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'.
10+
11+
![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu")
12+
13+
14+
### Exporting to CSV
15+
16+
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.
17+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Current Threshold Values Report
2+
3+
The **Current Threshold Values Report** displays the currently defined thresholds in OpCon.
4+
5+
![A screen showing the Current Threshold Values Report](../../../../../Resources/Images/SM/Library/Reporting/CurrentThresholdsValuesReport.png "Current Threshold Values Report")
6+
7+
### Filtering & Sorting
8+
9+
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'.
10+
11+
![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu")
12+
13+
14+
### Exporting to CSV
15+
16+
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.
17+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Event Details by Date Report
2+
3+
The **Event Details by Date Report** shows all daily triggered events with their schedules, jobs, trigger, match, and event details.
4+
5+
:::note
6+
Report data is updated nightly at 2:00 AM.
7+
:::
8+
9+
![A screen showing the Event Details Report](../../../../../Resources/Images/SM/Library/Reporting/EventDetailsByDateReport.png "Event Details Report")
10+
11+
### Filtering & Sorting
12+
13+
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'.
14+
15+
![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu")
16+
17+
18+
### Exporting to CSV
19+
20+
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.
21+
33.7 KB
Loading
33.6 KB
Loading
56.5 KB
Loading

sidebars.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,9 @@ module.exports = {
620620
"Files/UI/Solution-Manager/Library/Reporting/Annual-Plan-By-Calendar-Dates-Report",
621621
"Files/UI/Solution-Manager/Library/Reporting/Audit-History-Report",
622622
"Files/UI/Solution-Manager/Library/Reporting/Cross-Reference-Schedules-And-Jobs-Report",
623+
"Files/UI/Solution-Manager/Library/Reporting/Current-Resource-Values-Report",
624+
"Files/UI/Solution-Manager/Library/Reporting/Current-Threshold-Values-Report",
625+
"Files/UI/Solution-Manager/Library/Reporting/Event-Details-Report",
623626
"Files/UI/Solution-Manager/Library/Reporting/Frequencies-And-Associated-Jobs-Report",
624627
"Files/UI/Solution-Manager/Library/Reporting/Schedule-Job-History-Report"
625628
],

0 commit comments

Comments
 (0)