Pivot table settings block
Pivot table settings block of the FORM
statement manages the initial settings of the pivot table view type in the interactive view of the form.
Syntax
PIVOT
pivotSettingsBlock1
...
pivotSettingsBlockN
Where each pivotSettingsBlocki
is a settings block. These blocks can be listed in any order. Each block can have one of the following syntaxes:
COLUMNS colFormPropertyList1, ..., colFormPropertyListM
ROWS rowFormPropertyList1, ..., rowFormPropertyListK
MEASURES measureFormPropertyName1, ..., measureFormPropertyNameL
objectGroupId pivotOptions
Each of colFormPropertyListi
and rowFormPropertyListj
can describe either a single property on a form or a group of properties on a form:
formPropertyName
(formPropertyName1, ..., formPropertyNameX)
The pivotOptions
options can be listed one after another in any order. The following set of options is supported:
pivotType
calcType
settingsType
Description
Pivot table settings block allows you to set the initial settings for the form's pivot tables. It can be used to add properties on the form to the corresponding lists of columns (COLUMNS
block), rows (ROWS
block), and measures (MEASURES
block) of the pivot table, as well as to specify initial values for some pivot table options.