Advanced Expressions

Summary

  • Expressions in AdapTable have some powerful features for more advanced use cases. These include:
    • Using QUERY to reference other Expressions by keyword
    • The VAR function which allows developers to provide values which can be evaluated in other Expressions
    • Complex Logic - using IF and CASE functions
    • Referencing row data (rather than Columns) inside Expressions

Most Expressions are often fairly straightforward - typically just a couple of operands and an operator.

However, Expressions can include more complex elements to deal with advanced use cases.

This section of the documentation details some advanced Expression capabilities supported by AdapTableQL:

Hint