Class RVDateDashboardFilter

Class representing the optional date filter defined in a dashboard model.

Hierarchy

  • RVDateDashboardFilter

Index

Accessors

dateFilterType

  • The legacy date rule used for filtering. Eg. YearToDate, MonthToDate, CustomRange, etc.

    Returns RVDateFilterType

range

  • The date range used for filtering. For anything other than Custom Range, this is evaluated at the time when it's queried.

    Returns null | RVDateRange

rule

  • The date rule used for filtering.

    Returns null | RVDateRule