Adds an aggregated column to the dataset
the alias of the column to be excluded from xss sanitation
Execute the constructed dataset query and return the result
Groups the dataset by a column
Limit the number of rows to retrieve
maximum number of rows to retrieve
Pre-filter the dataset with a condition list
Remove all sorts / conditions and additional columns
Select only a subset of all the available columns
one or multiple columns
Enable or disable error passing to the caller instead of showing error messages When enabled, errors will be passed to the catch() handler instead of being shown in the UI
whether to pass errors to the caller
Skip the first n rows of the resulting dataset
number of rows to skip
Sort the dataset on a column in a given direction. If no direction is given, it will default to 'asc'.
Use column ids when sorting, searching and returning data (no aliases, references, etc.) There is only a very small chance you'll ever want to use this other than for debugging.
Use column external references when sorting, searching and returning data
Filter the dataset with a condition list
StaticAndStaticConditionStaticOr
See
API.getDataset
Example