| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | | Quintiq file version 2.0 |  | #parent: PanelOperation/bExport |  | Response OnClick () id:Response_PanelOperation_bExport_OnClick |  | { |  |   #keys: '[414996.1.211223311]' |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_WebButton_OnClick' |  |   QuillAction |  |   { |  |     Body: |  |     [* |  |       rows := selectset( dhComparisonData.Data(),LocalRow,row,exists( dhFinelProducts.Data(),Elements,product,product.ID() = row.ProductID())); |  |       columns := selectset( dhComparisonData.Data( ),LocalColumn,column,not column.IsAttrbuteColumn() and dhStartDate.Data() <= column.Date() and dhEndDate.Data() > column.Date() ); |  |       LocalCell_DemandComparison::AsyncExport( RecycleBin, rows, columns ,MacroPlan ); |  |     *] |  |     GroupServerCalls: false |  |   } |  | } | 
 |