Since version: 1.11
The Dashboard Indicator Formatting profile is used for indicator elements in ArcGIS Dashboards. An expression can be written to customize the way indicator elements render data points. It is expected that the script returns a dictionary of name-value pairs specific for the indicator element.
Context
The following products implement this profile:
Spatial reference
This profile does not include geometry functions and therefore does not need to define a spatial reference for the execution context.
Time zone
The dashboard time zone determines the execution context's default time zone.
Profile variables
Variable Name | Type | Description |
---|---|---|
$datapoint | Feature | The data point being evaluated for the visual element. |
$reference | Dictionary | The reference value being evaluated for the visual element. |
Function bundles
Return types
For a list of valid dictionary keywords, click here.