Administration > Measurements Administration > Measurements Property Settings > Measurements Library Property Settings
  
Measurements Library Property Settings
The following property settings control the behavior of the measurements library.
Enabling POM Library Grouping
You can control whether or not the POM library is automatically filtered when you view the POM library tab in the measurements library. The library may be filtered by a specified attribute, such as section. The basic form of this property setting is:
jsp.measurements.library.useGroupByAttribute=<value>
This property setting is used in conjunction with the next property setting, the Specifying POM Library Grouping Attribute.
By default, filtering the POM library by a specific attribute is disabled. When you view the POM library out-of-the-box, all POMs for that type are displayed. The default value for this property setting is false.
jsp.measurements.library.useGroupByAttribute=false
You can enable automatic filtering by attribute in the POM library by setting the property to true.
jsp.measurements.library.useGroupByAttribute=true.
Specifying POM Library Grouping Attribute
You can use a single property setting to specify which attribute the system uses when it filters the POM library. The basic form of this property setting is:
jsp.measurements.library.groupByAttribute=<value>
This property setting is used in conjunction with the previous property setting, Enabling POM Library Grouping.
The system filters the POM library according to the section attribute. By default, when you view the POM library, the system displays those POMs whose section value matches the first section on the section list. For example, if the first section on the section list is Armhole, then the system only displays those POMs whose section value is Armhole.
jsp.measurements.library.groupByAttribute=section
You can change the attribute the system uses to filter the POM library. Enter the internal name as the value of the property setting. If you wanted to filter by the criticality of the POM, you would enter the name for that attribute. In this case, the value is criticalPom.
jsp.measurements.library.groupByAttribute=criticalPom.
This property setting filters the POM library by criticality value when you click the POM Library tab in the measurements library.
Specifying Case Sensitivity for Library Sort
While sorting of table columns is supported throughout the system, you can control the case sensitivity of sorting for select objects and attributes in the measurements library. The table below outlines which objects or attributes in the measurements library can be controlled using a property setting, as well as the basic property setting for each library:
Measurement Library Tab
Object/Attribute
Basic Property Setting
Sizing
Size category
com.lcs.wc.measurements.
SizingQuery.caseInsensitiveSort=<value>
POM
measurementName and number
com.lcs.wc.measurements.
LCSPointsOfMeasureQuery.caseInsensitiveSort=<value>
Measurement Templates and Grade Rule Templates
name
com.lcs.wc.measurements.
LCSMeasurementsQuery.caseInsensitiveSort=<value>
By default, all property values are set to true. The system ignores case when sorting the above attributes or objects in the appropriate measurement library. The table below displays the default property setting for each tab of the measurement library.
Measurement Library Tab
Default Property Setting
Sizing
com.lcs.wc.measurements.
SizingQuery.caseInsensitiveSort=true
POM
com.lcs.wc.measurements.
LCSPointsOfMeasureQuery.caseInsensitiveSort=true
Measurement Templates and Grade Rule Templates
com.lcs.wc.measurements.
LCSMeasurementsQuery.caseInsensitiveSort=true
You can require that sorts performed in the measurement library are case sensitive by setting the relevant property to false. The system performs case sensitive sorts only for those objects or attributes whose corresponding property is set to false.
Measurement Library Tab
Default Property Setting
Sizing
com.lcs.wc.measurements.
SizingQuery.caseInsensitiveSort=false
POM
com.lcs.wc.measurements.
LCSPointsOfMeasureQuery.caseInsensitiveSort=false
Measurement Templates and Grade Rule Templates
com.lcs.wc.measurements.
LCSMeasurementsQuery.caseInsensitiveSort=false