Time Ranges Tags

The time-ranges block lists the time groups to map to named groups that are used in DivePort QuickViews on pages that access a factory. These ranges work with the anchor date and calendar on the portal page.

For example:

time-ranges {
  rolling-months 1
  rolling-months 3
  rolling-months 6
  rolling-months 8
  rolling-months 12 
}

Time Ranges Tags

Tags Examples Notes
time-ranges

time-ranges {

...

}

Defines the container tag for time-ranges tags. Using this tag and block results in time series named groups that are available as DivePort QuickViews. This makes it easier for DivePort users to select time ranges without selecting multiple dates in a picklist.

TIP: See DivePort Administrator Help, What is a QuickView?

current-day

time-ranges {

current-day

}

Indicates that today is included in the Time Range QuickView.
label

time-ranges {

year-to-date label="YTD"

month-to-date label="MTD"

}

Defines a customized label for the time range. Labels can be applied to any of the time ranges.
month-to-date

time-ranges {

month-to-date

}

Indicates grouping from the beginning of the month, based on the first day of the month containing the anchor. This maps to a Time Range QuickView called Month-to-Date.

week-to-date

time-ranges {

week-to-date

}

Indicates grouping from the beginning of the week, based on the first day of the week containing the anchor. This maps to a Time Range QuickView called Week-to-Date.
quarter-to-date

time-ranges {

quarter-to-date

}

Indicates grouping from the beginning of the quarter, based on the first day of the quarter containing the anchor. This maps to a Time Range QuickView called Quarter-to-Date.
year-to-date

time-ranges {

year-to-date

}

Indicates grouping from the beginning of the year, based on the first day of the year containing the anchor. This maps to a Time Range QuickView called Year-to-Date.

rolling-days

time-ranges {

rolling-days 60

}

Indicates the number of days to group. This maps to a Time Range QuickView called 60 Days.
rolling-months

time-ranges {

rolling-months 1

rolling-months 3

rolling-months 6

}

Indicates the number of months to group. Here the three rolling months map to Time Range QuickViews called 1 Months, 3 Months, and 6 Months.

rolling-quarters

time-ranges {

rolling-quarters 4

}

Indicates the number of quarters to group. This maps to a Time Range QuickView called 4 Quarters.
rolling-years

time-ranges {

rolling-years 3

}

Indicates the number of years to group. This maps to a Time Range QuickView called 3 Years.