Tables
Expression Syntax: Tables
Since queries present their data in tabular form, functions that require table parameters can also take queries for their input values. You can represent a query within an expression by using double square-brackets around the query name.
Example:
[[SampleQuery]] (table contents of SampleQuery)