QualityKnowledge

Change the default style and structure of the FMEA formsheet > FMEA formsheet elements

columnStyle

Groups condition elements for the defined column. You can define this element inside the style element. At least, one condition element should be defined in this element.

Attributes

id: (Mandatory) Specifies the unique ID for the column group. The uniqueness of this ID is specific to columnGroup and column elements.

Example

Copy

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rendering SYSTEM "FormSheetConfigurationDTD.dtd" >
<rendering>
<formsheetHeader logo="">
<row>
<header titleKey=.../>
</row>
...
</formsheetHeader>
<objectSet source=...>
<columnGroup id=...>
<column id="col12".../>
</columnGroup>
...
</objectSet>
<style>
                             <columnStyle id="col_Opt_Detection">
     		<columnHeaderStyle cssClass="aw-qualityFmea-formsheet
					ColumnHeaderVerticleText" width="70px"/>
<template>
        		         <if>
				<conditions>
				<condition operator="AND">
              	<expression statement="col_Opt_Detection == null" />
              	<expression statement="col_Opt_Occurrence != null"/>
            	</condition>
          	</conditions>
          		<class cssClass="aw-qualityFmea-formsheetGreyCell"/>
        		        </if>
      		</template>
          </columnStyle>		...
</style>
</rendering>

Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.FMEA_deployment_administration/xid1916616 · retrieved 2026-07-11