Cargo query

Jump to navigation Jump to search
More information

List one or more tables to query. Aliases for tables can be set as "TableName=Alias". Example: Cities=city, Countries

More information

List fields to display. Default value is "_pageName". Aliases for fields can be set as "FieldName=Alias". Example: Cities.Population=P, Countries.Capital

More information

Enter condition(s). Multiple conditions can be separated by AND/OR. Example: Country.Continent = 'North America' AND City.Population > 100000

More information

Mandatory when multiple tables are entered. Example: Cities.Country=Countries._pageName

More information

Combine rows with the same value for these field(s) into a single row. Example: Countries.Continent

More information

List fields to sort query results. Default value is _pageName ASC.

More information

Enter the maximum number of results to display. Default value is 100.

More information

Specify the number of rows to skip. Default value is 0.

More information

Set the format for displaying results.