Expression Types
Summary
- There are 5 types of Expressions available in Adaptable:
Standard- When AdapTable needs to derive a scalar or boolean value from a single rowAggregated- When AdapTable needs to derive a scalar or boolean value from a set of rowsObservable- A Reactive Expression used to watch data changes over timeCumulative- Performs Cumulative AggregationsQuantile- Creates 'buckets' of values
There are 5 different types of Expressions provided by AdapTableQL.
Each are available in different Modules as follows:
| Type | Returns | Modules |
|---|---|---|
| Standard | Single value of any type | Alerts (Boolean) Calculated Column (Any) Export (Boolean) Flashing Cell (Boolean) Format Column (Boolean) Grid Filter (Boolean) Plus Minus (Boolean) |
| Observable | Details of Row or Grid Changes | Alerts |
| Aggregation | Single value (calculated across aggregated cells) | Alerts (Boolean) Calculated Column (Any) |
| Cumulative | Value from a Cumulative Calculation | Calculated Column |
| Quantile | 'Buckets' of values | Calculated Column |