KeepSegment: Boolean;
KeepSegment: boolean;
The KeepSegment property determines whether to calculate the KeepSegment function.
Available values:
True. Calculate the function. The calculation is executed directly after aggregation calculation.
False. Do not calculate the function.
The KeepSegment function returns the series truncated to the range by the specified date:
If the date falls to an empty point of the series, the function returns an empty series.
If the date falls to the series point with value, the function returns the interval limited by the nearest empty values to the left and to the right from this point.
The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.
See also: