Type Alias AnalysisDescriptor

type AnalysisDescriptor = {
    compositions?: AnalysisComposition[];
    id?: string;
    requiresAutoCalendarPeriod?: boolean;
    requiresAvailableAnalysisPeriod?: boolean;
    requiresDefinedAnalysisPeriod?: boolean;
    supportsMasterItems?: boolean;
}
Index

Properties

compositions?: AnalysisComposition[]
id?: string
requiresAutoCalendarPeriod?: boolean

Used for period-specific analyses to indicate the defined or available calendar period must be of type autoCalendar

requiresAvailableAnalysisPeriod?: boolean

Used for period-specific analyses to indicate the temporal dimension must be associated with one or more analysis periods

requiresDefinedAnalysisPeriod?: boolean

Used for period-specific analyses to indicate the measure must be associated with one or more analysis periods

supportsMasterItems?: boolean

If analysis can work with master items (default is true)