| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | | Quintiq file version 2.0 |  | #parent: PanelSelectionList/DropDownListKpiMatrix |  | Response OnCreated () id:Response_PanelSelectionList_DropDownListKpiMatrix_OnCreated |  | { |  |   #keys: '[146450.3.1283248419]' |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_WebComponent_OnCreated' |  |   QuillAction |  |   { |  |     Body: |  |     [* |  |       // Restore the user selection after back to this view. |  |       this.Data( guard( GlobalStateKpiTracker.DataHolderSelectionKpiMatrix().Data(), null( KpiLabel ) ) ); |  |     *] |  |     GroupServerCalls: false |  |   } |  | } | 
 |