Skip to content

Commit b78798d

Browse files
author
Natalia Kazakova (DevExpress)
committed
first part
1 parent 97f933f commit b78798d

File tree

11 files changed

+84
-50
lines changed

11 files changed

+84
-50
lines changed

dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,11 @@ Note that this option is in effect when **Allow Multiselect** is enabled.
6969
Specifies the parameter type.
7070

7171
The following types are available:
72+
7273
* String
7374
* Date
75+
* Time
76+
* Date and Time
7477
* Number (16-bit integer)
7578
* Number (32-bit integer)
7679
* Number (64-bit integer)

dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To create a dashboard parameter, follow the steps below.
1414
1. Invoke the [dashboard menu](../../ui-elements/dashboard-menu.md) and select **Parameters**.
1515
2. In the **Parameter List**, click the **Add** button. The parameter's settings form appears as follows:
1616

17-
![Web Dashboard - Add a New Dashboard Parameter](../../../../images/img126106.png)
17+
![Web Dashboard - Add a New Dashboard Parameter](~/dashboard-for-web/images/img126106.png)
1818

1919
3. Specify the parameter's settings.
2020

@@ -36,7 +36,7 @@ When you create and modify parameter names, follow the rules below:
3636

3737
Specifies the parameter description displayed in the **Parameter** column of the [Dashboard Parameters](requesting-parameter-values.md) dialog:
3838

39-
![Dashboard Parameter with Description](../../../../images/dashboard-parameter-description.png)
39+
![Dashboard Parameter with Description](~/dashboard-for-web/images/dashboard-parameter-description.png)
4040

4141
### Visible
4242

@@ -67,6 +67,8 @@ The following types are available:
6767

6868
* String
6969
* Date
70+
* Time
71+
* Date and Time
7072
* Number (16-bit integer)
7173
* Number (32-bit integer)
7274
* Number (64-bit integer)
@@ -116,3 +118,14 @@ You can specify a data source as a source for dashboard parameter values. To pro
116118
>[!NOTE]
117119
>You cannot use an OLAP data source as the data source for a dashboard parameter.
118120
121+
## Request Parameter Values before Data Loading
122+
123+
You can display a Dashboard Parameters window at startup and prompt a user to input parameter values before a dashboard loads and aggregates data. Dashboard items display the following message to guide users: "Waiting for Parameter Values…".
124+
125+
![dashboard-parameter-request-before-loading](~/dashboard-for-web/images/dashboard-parameter-request-before-loading.png)
126+
127+
The Web Dashboard control loads data only after the user submits all visible parameters. This operation mode prevents unnecessary data requests and ensures the dashboard fetches only data the user actually needs.
128+
129+
To activate this mode, open the [dashboard menu](../../ui-elements/dashboard-menu.md), switch to the **Parameters** page, and select the following checkbox: **Request Parameter Values before Data Loading**. The setting value is saved in the dashboard XML definition.
130+
131+
If a user changes this option at runtime, they need to initiate a data reload. The dashboard displays a Dashboard Parameters pop-up before it fetches data.

dashboard-for-web/articles/web-dashboard-designer-mode/save-a-dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ legacyId: 117715
77
The Web Dashboard provides the capability to save a dashboard definition (dashboard items, data source, data binding and layout settings, etc.) to an XML definition. This can be accomplished in the following ways.
88
* You can save the dashboard definition manually. For this, open the [dashboard menu](ui-elements/dashboard-menu.md) and click **Save**.
99

10-
![wdd-save-dashboard](../../images/img122631.png)
10+
![wdd-save-dashboard](~/dashboard-for-web/images/img122631.png)
1111

1212
The following message indicates that you have successfully saved the dashboard.
1313

14-
![wdd-dashboard-saved-message](../../images/img125564.png)
14+
![wdd-dashboard-saved-message](~/dashboard-for-web/images/img125564.png)
1515
* The dashboard definition can be saved when the currently opened dashboard is closed (for instance, the page containing the Web Dashboard is closed, a new dashboard is created or a different dashboard is [opened](open-a-dashboard.md)). By default, a save confirmation dialog will be invoked.
1616

17-
![wdd-save-chages-confirm-dialog](../../images/img125634.png)
17+
![wdd-save-chages-confirm-dialog](~/dashboard-for-web/images/img125634.png)
1818

1919
To learn how to open the saved dashboard, see [Open a Dashboard](open-a-dashboard.md).

dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ To invoke the **Dashboard Parameters** dialog, click the **Parameters** button (
1010

1111
![Parameters_DashboardParametersDialog_Web](../../../images/img21818.png)
1212

13-
Select the required parameter values and click the **Submit** button to apply the changes. To reset changes to the default values, click the **Reset** button.
13+
Select the required parameter values and click the **Submit** button to apply the changes. To reset changes to the default values, click the **Reset** button.
14+
15+
## Request Parameter Values before Data Loading
16+
17+
If you see a Dashboard Parameters window at startup, you need to input parameter values before a dashboard loads and aggregates data. Dashboard items display the following message: "Waiting for Parameter Values…".
18+
19+
![dashboard-parameter-request-before-loading](~/dashboard-for-web/images/dashboard-parameter-request-before-loading.png)
20+
21+
The Web Dashboard control loads data only after you submit all visible parameters. The dashboard displays a Dashboard Parameters pop-up before it fetches data. This operation mode prevents unnecessary data requests and ensures the dashboard fetches only data you actually need.
22+
23+
To change this mode, open the [dashboard menu](../../web-dashboard-designer-mode/ui-elements/dashboard-menu.md) in Designer Mode, switch to the **Parameters** page, and use the following checkbox: **Request Parameter Values before Data Loading**. The setting value is saved in the dashboard XML definition.
18.6 KB
Loading
2.68 KB
Loading

0 commit comments

Comments
 (0)