xtrTimeType Value List
Applies To
Discussion
Use the constants of this value list with the EnableTimePeriod property of the DateWizard object and GenerateTimePeriod property of the DateDimension object. These constants indicate the level at which Transformer allows reporting to occur from date-related columns in a data source. For example, a date column with values for Year, Quarter, and Month can be restricted to reporting only to the quarter level. You cannot specify a reporting period that is lower than the lowest level set by the DateInputFormat property.
Constant |
Description |
---|---|
trTimeTypeDay |
Specifies that the lowest reporting period is by day. |
trTimeTypeMonth |
Specifies that the lowest reporting period is by month. |
trTimeTypeQuarter |
Specifies that the lowest reporting period is by quarter. |
trTimeTypeWeek |
Specifies that the lowest reporting period is by week. |
trTimeTypeYear |
Specifies that the lowest reporting period is by year. |