Skip to content

Commit a623de1

Browse files
author
Natalia Kazakova (DevExpress)
committed
datetime
1 parent 5c5b289 commit a623de1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/date-filter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ To create a Date Filter item, click the **Filter Elements** drop-down button in
2222

2323
## Bind to Data
2424

25+
You can use `DateTime`/`DateOnly` fields for a date filter.
26+
2527
Use the **Data Items Pane** to perform data binding. Drag the dimension field from the [Data Source Browser](../ui-elements/data-source-browser.md) to the data item, and click the _Options_ button to select [group intervals](../data-shaping/formatting-data.md).
2628

2729
![DATA ITEMS Pane](../../../images/datefilter-data-items-pane.png)

dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ To bind the Range Filter dashboard item to data, drag and drop a data source fie
1717
| Section | Description |
1818
|---|---|
1919
| **Values** | Contains data items against which the Y-coordinates of data points are calculated. |
20-
| **Argument** | Contains a data item that provides values displayed along the horizontal axis of the Range Filter. [Filtering](interactivity.md) is performed based on these values. Note that the _[Options](../../ui-elements/data-items-pane.md)_ button (the ![BoundImageAttributeOptionsButton](../../../../images/img123296.png) icon) allows you to create _[predefined ranges](predefined-ranges.md)_ used to select the required date-time interval. |
21-
| **Series** | Contains data items whose values are used to create chart series. |
20+
| **Argument** | Contains a data item that provides values displayed along the horizontal axis of the Range Filter. These values are used for [filtering](interactivity.md). You can use only continuous **Date**, **Date-Time** and **Numeric** values as arguments. Discrete types like **String** or **Time** are not supported. Note that the _[Options](../../ui-elements/data-items-pane.md)_ button (the ![BoundImageAttributeOptionsButton](../../../../images/img123296.png) icon) allows you to create _[predefined ranges](predefined-ranges.md)_ used to select the required date-time interval. |
21+
| **Series** | Contains data items whose values are used to create chart series. |
22+
23+

dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ To create a Date Filter item, click the **Date Filter** item (the ![](../../../
2020

2121
## Bind to Data
2222

23+
You can use `DateTime`/`DateOnly` fields for a date filter.
24+
2325
Click the **Dimension** placeholder in the data section and select the required data source field in the **Binding** section of the invoked [data item menu](../ui-elements/data-item-menu.md) to bind the Date Filter to data.
2426

2527
![](../../../images/datefilter-web-data-binding.png)

dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ The table below lists and describes the Range Filter's data sections.
2020
| Section | Processed as | Description |
2121
|---|---|---|
2222
| **Values** | Measure | Contains data items against which the Y-coordinates of data points are calculated. |
23-
| **Arguments** | Dimension | Contains data items that provide values displayed along the horizontal axis of the Range Filter. Data filtering is performed based on these values. Note that the **Custom Periods** section in the **Options** menu allows you to create [predefined ranges](predefined-periods.md) used to select the required date-time interval. |
23+
| **Arguments** | Dimension | Contains a data item that provides values displayed along the horizontal axis of the Range Filter. These values are used for [filtering](interactivity.md). You can use only continuous **Date**, **Date-Time** and **Numeric** values as arguments. Discrete types like **String** or **Time** are not supported. Note that the **Custom Periods** section in the **Options** menu allows you to create [predefined ranges](predefined-periods.md) used to select the required date-time interval. |
2424
| **Series** | Dimension | Contains data items whose values are used to create chart series. |

0 commit comments

Comments
 (0)