Change the default style and structure of the FMEA formsheet > FMEA formsheet elements
dataCondition
Defines the data conditions for the columns or column groups.
Attributes
property: (Mandatory) Specifies the property of object from the column or column group.
operation: (Mandatory) Specifies the operation for the data condition. Supported types are: range contains notContains startsWith endsWith equals notEquals caseSensitiveEquals caseSensitiveNotEquals lt gt lte gte
Example
Copy
<rendering>
<column id="col_Opt_Detection_Action" titleKey="tc_DFMEA_Opt_Detection_Action" sourceColumn="col_Opt_Action_Grp.object" name="REF(qam0DependentQualityActions,Qam0QualityAction).object_name" sortByProperty="qam0Sequence">
<dataCondition property="qam0QualityActionSubtype" operation="equals">
<value>Detection Action</value>
</dataCondition>
<dataCondition property="qam0QualityActionStatus" operation="notEquals">
<value>Completed</value>
</dataCondition>
</column>
</rendering>
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.FMEA_deployment_administration/xid2190408 · retrieved 2026-07-11