This folder contains sample data expressions and recommended charts. Dashboard authors can create data expressions using the Arcade function library to unlock insights and create robust visualizations. Data expressions are authored, saved, and executed within the context of a Dashboard. They must return FeatureSets which can drive data driven elements in Dashboards. Refer to best practices for working with data expressions for tips on authoring performant expressions.
Note: Data expressions and advanced formatting in Dashboards are separate Arcade profiles.
See the list below for shared expressions:
- Aggregate by day of week
- Aggregate by spatial relationship
- ArcGIS Workforce - Obtain the the worker name & description of assignment type from a FeatureSet
- Calculate a statistic on a virtual field
- Calculate multiple statistics using Arcade's GroupBy() function
- Calculations across fields
- Combined multiple layers
- Get most recent records
- HAVING clause
- Join attributes from a layer to a table
- Split comma separated values across multiple rows