SecondDimensionAllowNull: Boolean;
SecondDimensionAllowNull: boolean;
The SecondDimensionAllowNull property determines whether link is taken into account if the attribute in the second dimension is empty.
Available values:
True. The link is not taken into account for the elements that have empty value by the SecondDimensionAttrId attribute. This element will be considered as the element linked to all elements of the second dimension.
False. The link is taken into account for the elements that have empty value by the SecondDimensionAttrId attribute. Data for these elements will be hidden.
The example of use is given in description of the IPivotFilterAttributeLinks.Add method.
See also: