陈清红
2025-04-14 880f3c0257eeb8c37761d484258fdd102a369a19
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
Quintiq file version 2.0
Component PanelLabelFiltering
{
  #keys: '[136398.1.841067477]'
  BaseType: 'WebPanel'
  Children:
  [
    #child: ListLabelFilter
    Component CheckboxEnableLabelFiltering
    {
      #keys: '[136398.1.841067704]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        HasMemory: 'ViewsAndSettings'
        Label: 'Enable label filter'
        Taborder: 0
        Tooltip: 'When checked, the data in the lists and the graph will be filtered by the selected labels in the list below.'
      ]
    }
    Component DataHolderLabelFiltering
    {
      #keys: '[136398.1.845719375]'
      BaseType: 'WebDataHolder'
      Databinding: 'structured[KpiLabelValue]*'
      Properties:
      [
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
    Title: 'Label filtering'
  ]
}