We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9625a40 commit ae3d307Copy full SHA for ae3d307
libraries-reporting/src/main/resources/employeeReport.jrxml
@@ -27,6 +27,7 @@
27
</title>
28
<detail>
29
<band height="47" splitType="Stretch">
30
+ <printWhenExpression><![CDATA[$F{FIRST_NAME} != null && $F{LAST_NAME} != null && $F{SALARY} != null]]></printWhenExpression>
31
<textField>
32
<reportElement x="0" y="0" width="100" height="20"/>
33
<textElement/>
0 commit comments