| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | | Quintiq file version 2.0 |  | #parent: #root |  | Method NewQuery (internal[GUIComponent] parent, KpiTracker owner, JSON jsonQuery) as KpiQuery id:Method_Kpi_dlgKpiQuery_NewQuery |  | { |  |   #keys: '[146450.3.312492758]' |  |   Body: |  |   [* |  |     data := owner.Query( relshadow ); |  |      |  |     Dialog.Data( data ); |  |      |  |     Dialog.SetConfigurationQuery( jsonQuery ); |  |      |  |     if ( Dialog.DoModal( parent ) > 0 ) |  |     { |  |       data.Commit(); |  |     } |  |      |  |     return data.WrappedInstance(); |  |   *] |  | } | 
 |