Relative Change Expression Functions
Summary
- This section lists the Relative Changed Expression Functions shipped with AdapTableQL
- These are primarily used when creating Alerts or Flashing Cell Rules
There are 3 Expression Functions available when writing Relative Change Expressions
| Function | Example | Watches for Changes |
|---|---|---|
| ANY_CHANGE | ANY_CHANGE([col1) | The Column's value has changed |
| PERCENT_CHANGE | PERCENT_CHANGE([col1) > 5 | Column has changed by given % |
| ABSOLUTE_CHANGE | ABSOLUTE([col1) > 5 | Column has changed by given amount |