From e6f304379b854779b1efbb20d8a6d1bf63fa6661 Mon Sep 17 00:00:00 2001 From: Edith Lansens <113898085+EdithLansens@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:13:37 +0100 Subject: [PATCH 1/6] 05/03 --- .../Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md index f13fe970b8..8dc0cbee01 100644 --- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md +++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md @@ -27,6 +27,10 @@ The "Queries" data item allows you to construct a query in order to tap into the 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). + - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can insert new operators anywhere in the sequence, including between existing operators, by clicking the "+" button. + + - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can rearrange operators by dragging and dropping them to a different position within the same level. If an operator turns red after being moved, it 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. + 1. Drag the configured query to the component in order to use it. > [!NOTE] From 1fda320af8de5f1ec41c4f55d63eda6343233c02 Mon Sep 17 00:00:00 2001 From: Edith Lansens <113898085+EdithLansens@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:56:12 +0100 Subject: [PATCH 2/6] 06/03 --- .../Dashboards_and_Low_Code_Apps/GQI/Query_operators.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md index caa650028e..bbaab77044 100644 --- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md +++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md @@ -31,3 +31,8 @@ Available operators: - [(Then) Sort (by)](xref:GQI_Sort) - [Top X](xref:GQI_Top_X) + +From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can rearrange these operators by dragging and dropping them to a different position within the same level. If an operator turns red after being moved, it indicates that it cannot be used at that location and the query has become invalid. + +> [!NOTE] +> 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. From 3d5fce7e49379df00df40d72a82c96798563b6f8 Mon Sep 17 00:00:00 2001 From: Edith Lansens <113898085+EdithLansens@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:48:39 +0100 Subject: [PATCH 3/6] Restructuring (reducing number of notes) --- .../GQI/Query_operators.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md index bbaab77044..33942f79af 100644 --- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md +++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md @@ -4,12 +4,7 @@ uid: Query_operators # Query operators -When you create a query, you can use the operators listed below. - -> [!NOTE] -> -> - Selecting an operator is optional. If you do not select an operator, the data set will be returned untouched. -> - Some operators can make use of data. From DataMiner 10.3.5/10.4.0 onwards, 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. +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. Available operators: @@ -35,4 +30,6 @@ Available operators: From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can rearrange these operators by dragging and dropping them to a different position within the same level. If an operator turns red after being moved, it indicates that it cannot be used at that location and the query has become invalid. > [!NOTE] -> 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. +> +> - Some operators can make use of data. From DataMiner 10.3.5/10.4.0 onwards, 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. +> - 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. From 30617ecb0c7d7bb548516b23ea217b14d4261bdc Mon Sep 17 00:00:00 2001 From: Edith Lansens <113898085+EdithLansens@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:27:32 +0100 Subject: [PATCH 4/6] Update user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md Co-authored-by: Marieke Goethals <94605575+MariekeGO@users.noreply.github.com> --- .../Dashboards_and_Low_Code_Apps/GQI/Query_operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md index 33942f79af..945cd917fb 100644 --- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md +++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_operators.md @@ -27,7 +27,7 @@ Available operators: - [Top X](xref:GQI_Top_X) -From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can rearrange these operators by dragging and dropping them to a different position within the same level. If an operator turns red after being moved, it indicates that it cannot be used at that location and the query has become invalid. +From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, 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. > [!NOTE] > From 6f8b9374edb0ad310ff4d8cce626446501cd0e5d Mon Sep 17 00:00:00 2001 From: Edith Lansens <113898085+EdithLansens@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:28:47 +0100 Subject: [PATCH 5/6] Change based on feedback MGO --- .../Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md index 8dc0cbee01..5e4b76200c 100644 --- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md +++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md @@ -27,6 +27,8 @@ The "Queries" data item allows you to construct a query in order to tap into the 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). +1. Add more operators if necessary until your query is fully configured. + - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can insert new operators anywhere in the sequence, including between existing operators, by clicking the "+" button. - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can rearrange operators by dragging and dropping them to a different position within the same level. If an operator turns red after being moved, it 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. From c567aeefdd5b423372a5ab6d6dbc7ff211602351 Mon Sep 17 00:00:00 2001 From: Marieke Goethals <94605575+MariekeGO@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:31:24 +0100 Subject: [PATCH 6/6] Update Creating_GQI_query.md --- .../Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md index 5e4b76200c..a90af35ef3 100644 --- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md +++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Creating_GQI_query.md @@ -31,7 +31,7 @@ The "Queries" data item allows you to construct a query in order to tap into the - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can insert new operators anywhere in the sequence, including between existing operators, by clicking the "+" button. - - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, you can rearrange operators by dragging and dropping them to a different position within the same level. If an operator turns red after being moved, it 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. + - From DataMiner 10.4.0 [CU13]/10.5.0 [CU1]/10.5.4 onwards, 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. 1. Drag the configured query to the component in order to use it.