Conditions

Note:

The content in this help topic applies to SuiteScript 2.x.

Conditions in a dataset let you filter the dataset query results based on criteria that you specify. Conditions can filter entire records and fields from a dataset, which affects all workbooks that are based on that dataset.

For more information about conditions in SuiteAnalytics Workbook, see Dataset Criteria Filters.

To create a condition, use dataset.createCondition(options). This method creates a dataset.Condition object. You can create a condition using the following combinations of parameters:

Related Topics

Columns
Dataset Linking
Joins
Datasets

General Notices