Dashboard Table Formatting
Since version: 1.16
The Dashboard Table Formatting profile is used for table elements in ArcGIS Dashboards. An expression can be written to customize the way table elements render data points. It is expected that the script returns a dictionary of name-value pairs specific for the table element.
Context
This profile was created for use in the following context:
Profile variables
Variable Name | Type | Description |
---|---|---|
$datapoint | Feature | The data point being evaluated for the visual element. |
$rowindex | Number | The position of a row in the table (zero based). |
Function bundles
Return types
For a list of valid dictionary keywords, click here.