Function thisQuarter
thisQuarter(
dimension,config?):Filter
Creates a filter to isolate items with a date dimension value in the current quarter.
Parameters
| Parameter | Type | Description |
|---|---|---|
dimension | DateDimension | Date dimension to filter |
config? | BaseFilterConfig | Optional configuration for the filter |
Returns
A filter instance
Example
Filter for items where the date is in the current quarter in the Sample ECommerce data model.
filterFactory.thisQuarter(DM.Commerce.Date)