Skip to main content
A newer version of this page is available. .

A Date Occurring

  • 3 minutes to read

A Date Occurring format rule allows you to highlight date-time values that fall into a specified interval. This format rule can be applied to dimensions with the continuous date-time group interval.

Supported Intervals

The following intervals are supported when you create a Date Occurring format condition:

  • Is beyond this year - Dates that follow the current year.
  • Is later this year - Dates of the current year starting from the following month.
  • Is later this month - Dates of the current month that follow the next week.
  • Is later this week - Dates of the current week starting from the day after tomorrow.
  • Is next week - Dates that belong to the following week.
  • Is tomorrow - Tomorrow.
  • Is today - Today.
  • Is yesterday - Yesterday.
  • Is earlier this week - Dates of the current week that are prior to yesterday.
  • Is last week - Dates of the previous week.
  • Is earlier this month - Dates of the current month that are prior to the previous week.
  • Is earlier this year - Dates of the current year that are prior to the current month.
  • Is prior to this year - Dates that are prior to the current year.
  • Empty - Does not specify any condition.
  • Beyond - Dates that belong to the month in three-months time and beyond.
  • ThisWeek - Dates that belong to the current week.
  • ThisMonth - Dates that belong to the current month.
  • MonthAfter1 - Dates that belong to the following month.
  • MonthAfter2 - Dates that belong to the month in two-months time.
  • MonthAgo1 - Dates that belong to the previous month.
  • MonthAgo2 - Dates that belong to the month two months ago.
  • MonthAgo3 - Dates that belong to the month three months ago.
  • MonthAgo4 - Dates that belong to the month four months ago.
  • MonthAgo5 - Dates that belong to the month five months ago.
  • MonthAgo6 - Dates that belong to the month six months ago.
  • Earlier - Dates that belong to the month seven months ago and earlier.

Create a Format Rule in the WinForms Designer

Click the dimension’s menu button and select Add Format Rule | A Date Occurring.

DateOccurringCondition_Menu

This action invokes the A Date Occurring dialog that allows you to select a date-time interval(s) whose value should be formatted.

DateOccurringFormatCondition

Create a Format Rule in the Web Dashboard

In the Conditional Formatting section, click the plus button to add a new format rule:

Select the data item you want to format and set the condition type to A Date Occurring:

web-format-rules-date-occurring

This action opens the A Date Occurring settings where you can select a format rule’s style and intervals according which the values should be formatting.

web-format-rules-date-occurring-settings

Create a Format Rule in Code

To create the Date Occurring format condition in code, create the FormatConditionDateOccurring class instance and specify the following settings:

Assign the resulting FormatConditionDateOccurring object to the DashboardItemFormatRule.Condition property.

How to: Apply Conditional Formatting to Grid Cells using the Date Occurring Format Condition