sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface DateRangeFilterTileProps

Props of the DateRangeFilterTileComponent.

Properties

attribute

attribute: LevelAttribute

Date level attribute the filter is based on


dataSource

dataSource?: DataSource

Data source the query is run against - e.g. Sample ECommerce

If not specified, the query will use the defaultDataSource specified in the parent Sisense Context.


earliestDate

earliestDate?: string

Earliest allowed date for selection.

If not specified, the earliest date of the target date-level attribute will be used.


filter

filter: Filter

Date range filter.


filterChange

filterChange?: (filter) => void

Parameters

ParameterType
filterFilter

Returns

void


lastDate

lastDate?: string

Latest allowed date for selection.

If not specified, the latest date of the target date-level attribute will be used.


onDelete

onDelete?: () => void

Filter delete callback

Returns

void


onEdit

onEdit?: () => void

Filter edit callback

Returns

void


parentFilters

parentFilters?: Filter[]

List of filters this filter is dependent on.


title

title: string

Filter tile title

Last Updated: