ItEr39S14CUInformeDescomposicionHorasTrabajadorPeriodo: Show blank when sum of hours is null

This commit is contained in:
Diego Pino Garcia 2009-12-20 22:15:25 +01:00 committed by Javier Moran Rua
parent 99c3c4751b
commit 5ea628a2ba

View file

@ -43,7 +43,7 @@
</groupHeader>
<groupFooter>
<band height="27">
<textField>
<textField evaluationTime="Group" evaluationGroup="Worker" isBlankWhenNull="true">
<reportElement x="153" y="1" width="30" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression class="java.lang.Integer"><![CDATA[$V{sumHoursPerWorker}]]></textFieldExpression>
@ -121,7 +121,7 @@
</groupHeader>
<groupFooter>
<band height="26">
<textField>
<textField evaluationTime="Group" evaluationGroup="Data" isBlankWhenNull="true">
<reportElement x="153" y="4" width="30" height="20"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression class="java.lang.Integer"><![CDATA[$V{sumHoursPerDay}]]></textFieldExpression>