lazhen
2024-05-30 7ba9073f61f44b41b941ab6ee732d02b47b988f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Quintiq file version 2.0
Component MatrixEditorTable
{
  #keys: '[415136.0.671350612]'
  BaseType: 'WebMatrixEditor'
  Children:
  [
    Component MatrixEditorTableCell
    {
      #keys: '[415136.0.671350613]'
      BaseType: 'WebMatrixEditorCell'
      Children:
      [
        Component DataExtractorTableCell
        {
          #keys: '[415136.0.671350614]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'LibCal_SubscriberEventTable'
            Source: 'dhTable'
            Taborder: 0
            Transformation: 'LibCal_SubscriberEventColumn.LibCal_SubscriberEventCell'
          ]
        }
      ]
      Properties:
      [
        Attributes: 'Value'
        Column: 'LibCal_SubscriberEventColumn'
        Row: 'LibCal_SubscriberEventRow'
        Taborder: 0
      ]
    }
    Component MatrixEditorTableRows
    {
      #keys: '[415136.0.671350617]'
      BaseType: 'WebMatrixEditorHeaderLevel'
      Children:
      [
        Component DataExtractorTableRows
        {
          #keys: '[415136.0.671350618]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'LibCal_SubscriberEventTable'
            FilterArguments: 'subscribers:dhSubscribers;eventtypes:dhEventTypes'
            FixedFilter: 'object.FilterBySubscriberAndEventType( subscribers, eventtypes )'
            Source: 'dhTable'
            Taborder: 0
            Transformation: 'LibCal_SubscriberEventRow'
          ]
        }
      ]
      Properties:
      [
        Legend: 'RowNr'
        SortCriteria: 'RowNr'
        Taborder: 1
      ]
    }
    Component MatrixEditorTableColumns
    {
      #keys: '[415136.0.671350621]'
      BaseType: 'WebMatrixEditorHeaderLevel'
      Children:
      [
        Component DataExtractorTableColumns
        {
          #keys: '[415136.0.671350622]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'LibCal_SubscriberEventTable'
            Description: 'object.FilterByDatePeriod( Date::MinDate(), Date::MaxDate() )'
            FilterArguments: 'period:dhDate'
            FixedFilter: 'object.FilterByDatePeriod( period.Start(), period.End() )'
            Source: 'dhTable'
            Taborder: 0
            Transformation: 'LibCal_SubscriberEventColumn'
          ]
        }
      ]
      Properties:
      [
        Legend: 'Name'
        SortCriteria: 'Index'
        Taborder: 2
      ]
    }
    #child: matrixEditorActionBarPageTable
    #child: matrixeditorContextMenuTable
    Component UserConfigurableInformationTable
    {
      #keys: '[415136.0.720821389]'
      BaseType: 'WebUserConfigurableInformation'
      Properties:
      [
        Identifier: 'Cell:sec'
        ObjectType: 'LibCal_SubscriberEventCell'
        Precondition: 'object.LibCal_SubscriberEventColumn().Index() > 1'
        Taborder: 5
        Tooltip: "VALUE(guard( object.GetMatrixTooltip() , '' ))"
      ]
    }
  ]
  Properties:
  [
    Columns: 'MatrixEditorTableColumns'
    ContextMenu: 'matrixeditorContextMenuTable'
    Rows: 'MatrixEditorTableRows'
    Taborder: 1
  ]
}