| Quintiq file version 2.0 | 
| #parent: PanelKpiQueryCompareListToolbar_679/ButtonExecute | 
| Response OnClick () id:Response_PanelKpiQueryCompareListToolbar_679_ButtonExecute_OnClick | 
| { | 
|   #keys: '[146874.0.1637805735]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   Precondition: | 
|   [* | 
|     return GlobalStateKpiTracker.CheckActiveDataset() and not isnull( DataHolderKpiQuery.Data() ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Retrieve a KpiQuery and set the settings into query configuration. | 
|       Form.ApplyConfigurationQuery( DataHolderKpiQuery.Data() ); | 
|        | 
|       // Refresh all the data on the form based on the current configuration. | 
|       Form.RefreshData(); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |