Underlying queries

Previous Next

An info box has an underlying query. It has an object called "query" that has a property Underlying Query. The value of this property is a SQL statement that determines what data is shown in the info box.

Editing an underlying query can be a quick and elegant way to change the data behaviour of a window. For example:

If you only need a small number of columns from a table with many columns, enumerate the columns you need in the SELECT clause.

If you only need a subset of the records, add a WHERE clause. You can do this in the underlying query statement itself or in the query object's "WHERE Clause" property.

collapseStandard underlying query
collapseRelated underlying query
collapseSubtype underlying query

 

 

See also

Data Synchronization

Joined Columns

Extra Queries