Skip to content

Commit 39926ab

Browse files
authored
Merge pull request #4361 from SkylineCommunications/RN-42127+42229
RN 42127+42229
2 parents b58c8c5 + c567aee commit 39926ab

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ The "Queries" data item allows you to construct a query in order to tap into the
2727
2828
1. Select an operator. This step is optional; if you do not select an operator, the data set will be returned untouched. See [Query operators](xref:Query_operators).
2929

30+
1. Add more operators if necessary until your query is fully configured.
31+
32+
- From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards<!--RN 42127-->, you can insert new operators anywhere in the sequence, including between existing operators, by clicking the "+" button.
33+
34+
- From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards<!--RN 42127-->, you can rearrange operators by dragging and dropping them to a different position on the same level. If an operator turns red after being moved, this indicates that it cannot be used at that location and the query has become invalid. The *Then sort by* operator is a child node of the *Sort by* operator, so if you move a *Sort by* node, all its *Then sort by* child nodes will move with it<!--RN 42229-->.
35+
3036
1. Drag the configured query to the component in order to use it.
3137

3238
> [!NOTE]

user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ uid: Query_operators
44

55
# Query operators
66

7-
When you create a query, you can use the operators listed below.
8-
9-
> [!NOTE]
10-
>
11-
> - Selecting an operator is optional. If you do not select an operator, the data set will be returned untouched.
12-
> - Some operators can make use of data. From DataMiner 10.3.5/10.4.0 onwards<!-- RN 35837 -->, a link icon is displayed to the right of a selection box if using data is possible. Click this icon to select the data. In earlier DataMiner versions, a *Use feed* checkbox is available for this instead.
7+
When you create a query, you can use the operators listed below. Selecting an operator is optional. If you do not select an operator, the data set will be returned untouched.
138

149
Available operators:
1510

@@ -31,3 +26,10 @@ Available operators:
3126
- [(Then) Sort (by)](xref:GQI_Sort)
3227

3328
- [Top X](xref:GQI_Top_X)
29+
30+
From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards<!--RN 42127-->, you can rearrange the operators that have been added in a query by dragging and dropping them to a different position on the same level. If an operator turns red after being moved, this indicates that it cannot be used at that location and the query has become invalid.
31+
32+
> [!NOTE]
33+
>
34+
> - Some operators can make use of data. From DataMiner 10.3.5/10.4.0 onwards<!-- RN 35837 -->, a link icon is displayed to the right of a selection box if using data is possible. Click this icon to select the data. In earlier DataMiner versions, a *Use feed* checkbox is available for this instead.
35+
> - The *Then sort by* operator is a child node of the *Sort by* operator, so if you move a *Sort by* node, all its *Then sort by* child nodes will move with it<!--RN 42229-->.

0 commit comments

Comments
 (0)