Joins

Joins in a dataset let you add fields from record types other than the base record type of the dataset. You can join multiple record types in the same dataset, even record types that are more than one join away from the root record type (called multilevel joining).

For more information about joining record types in SuiteAnalytics Workbook, see Joining Record Types in a Dataset.

To create a join, use dataset.createJoin(options). This method creates a dataset.Join object. You can create a join using the following combinations of parameters:

Related Topics

General Notices