QualityKnowledge

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

expression

Define expression as a statement.

Attributes

statement: Define sub expression in string format.

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/xid1916623 · retrieved 2026-07-11