Quintiq file version 2.0 Component pnlContent { #keys: '[145730.0.1962050698]' BaseType: 'WebPanel' Children: [ Component efUnit { #keys: '[145730.0.1962041900]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.Unit' Label: 'Unit' Taborder: 0 Tooltip: 'The unit measure that will be displayed in the KPI' ] } Component efPrecision { #keys: '[145730.0.1962041918]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.Precision' Label: 'Precision' Mask: '^[1-9]\\d*$' Taborder: 1 Tooltip: 'Visible value corresponds to the KPI value divided by the KPI setting precision' ] } Component efDecimals { #keys: '[145730.0.1962041935]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.Decimals' Label: 'Decimals' Mask: 'POSITIVENUMBER' Taborder: 2 Tooltip: 'The decimal place that will be displayed in the KPI' ] } Component efMin { #keys: '[145730.0.1962041952]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.MinValue' Label: 'Min' Mask: 'REAL' Taborder: 3 Tooltip: 'Minimum displayable value in the KPI gauge for this KPI' ] } Component efMax { #keys: '[145730.0.1962041969]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.MaxValue' Label: 'Max' Mask: 'REAL' Taborder: 4 Tooltip: 'Maximum displayable value in the KPI gauge for this KPI' ] } Component efMediumThreshold { #keys: '[145730.0.1962041980]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.MediumThreshold' Label: 'Medium threshold' Mask: 'REAL' Taborder: 5 Tooltip: 'Value for medium interval' ] } Component efHighThreshold { #keys: '[145730.0.1962041991]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderKPISetting.Data.HighThreshold' Label: 'High threshold' Mask: 'REAL' Taborder: 6 Tooltip: 'Value for high interval' ] } ] Properties: [ Taborder: 1 ] }