You can create custom dataviews to join and filter data in ArcGIS Monitor and use them to power indicators and charts in analysis views.
To create a dataview, complete the following steps:
- Access Monitor if necessary.
The Home page appears.
- Click Analysis.
The Analysis page appears with a list of analysis views.
- Click the Dataviews tab.
The Dataviews page appears with a list of dataviews.
- Click Create dataview.
The Create dataview dialog box appears.
- Provide a name for the dataview in the Name text box.
- Optionally, provide a description for the dataview in the Description text box.
- Click Create dataview.
The dataview's Overview page appears.
- Click Edit.
The expression builder switches to edit mode.
- Use the expression builder to build a data query.
For example, to build an expression that contains the number of open critical alerts for all components with a Production label, do the following:
- Click Resource and choose Alerts.
- Next to Alerts, click Where.
The where clause appears under Alerts.
- Click the Select a field drop-down arrow and choose Status.
- Leave the operator set to is.
- Click the Select drop-down arrow and choose Critical.
Tip:
To provide a custom value, click Source type: Choose value and click Enter value.
- Under Alerts, click Rule.
The clause appears under Alerts.
- Click the Select a field drop-down arrow and choose Closed at.
- Click the operator drop-down arrow and change it from is on to never.
- Next to Alerts, click Having, and click Labels.
The Having clause appears under Alerts.
- Next to Labels, click Where.
The clause appears under Labels.
- Click the Select a field drop-down arrow and choose Name.
- Leave the operator set to is.
- Click Source type: Choose value , click Enter value, and type Production in the text box.
- Optionally, click Test and click the Results tab to view data that matches the dataview expression.
- Click Save when you finish creating the dataview.
The dataview is saved and can be used in analysis view elements.