Expected results when querying fields
Understand expected results when querying fields with XQL.
The following are returned when querying fields:
If specific fields are stated in the fields stage, those exact fields will be returned.
The
_timesystem field will not be added to queries that contain thecompstage.All current system fields will be returned, even if they are not stated in the quer
Each new column in the result set created by the comp stage will be added as the last column. Other fields that are not in the
group by / calculatedcolumn will be removed from the result set, including the core fields and_timesystem field.When no limit is explicitly stated in a
datamodelquery, a maximum of 1000 results are returned (default). When this limit is applied to results using the limit stage, it will be indicated in the user interface.
Last updated
Was this helpful?
