Extension list

Skip to main content

List of all our extensions

Create an account

JP CS Data Query - Ordering and Quantity


Article Index

Ordering and Quantity

Order By Column

Select a column from the Main Table to determine how returned records should be sorted.

Common examples include:

  • id
  • created
  • ordering
  • title

Order Direction

Select the required sorting direction:

  • ASC – Ascending order
  • DESC – Descending order

Quantity / Limit

The Quantity / Limit setting controls the maximum number of database records retrieved by the DataQuery source.

The default value is 10.

Start / Offset

The Start / Offset setting determines how many matching records should be skipped before returning results.

The default offset is 0.

For example, an offset of 10 skips the first ten matching records before returning the configured quantity.

Dynamic Field Mapping
Page