select method

select(self, start, end, calculate)

Select item between the date time.


def select(self, start, end, calculate):
    ...
ParameterTypeDescription
startSystem.DateTimeThe start date time
endSystem.DateTimeThe end date time
calculateboolIndicates whether to calculate relative pivot tables

Remarks

Timeline.current_level must be set before calling this method. If this method is called, Timeline.selection_level will be Timeline.current_level.

See Also