Skip to content

Commit

Permalink
Merge pull request #149 from gilcimartec/patch-5
Browse files Browse the repository at this point in the history
Corrige erro ao tentar exibir boletim paisagem
  • Loading branch information
edersoares authored Feb 12, 2024
2 parents 04ef259 + c9a3ef2 commit d4710f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ieducar/ReportSources/teacher-report-card-crosstab.jrxml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<textElement verticalAlignment="Middle">
<font fontName="DejaVu Sans" size="8" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure} == null ? "" : ($V{media} == null ? "" : new DecimalFormat("##0.0").format(Double.parseDouble($V{media})))]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure} == null ? "" : ($V{media} == null ? "" : ($V{media}))]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement uuid="136f4f4f-ca4b-467d-9384-043f183414d9" style="Crosstab Data Text" x="0" y="0" width="39" height="14"/>
Expand Down Expand Up @@ -743,7 +743,7 @@
<textElement verticalAlignment="Middle">
<font fontName="DejaVu Sans" size="8" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure}.matches("[-+]?\\d+(\\.\\d+)?") ? ($V{media} == null ? "" : new DecimalFormat("##0.0").format(Double.parseDouble($V{media}))) : $V{nota_arredondada_etapaMeasure}]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure} == null ? "" : ($V{media} == null ? "" : ($V{media}))]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement uuid="136f4f4f-ca4b-467d-9384-043f183414d9" style="Crosstab Data Text" x="0" y="0" width="39" height="14"/>
Expand Down Expand Up @@ -1118,7 +1118,7 @@
<textElement verticalAlignment="Middle">
<font fontName="DejaVu Sans" size="8" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure}.matches("[-+]?\\d+(\\.\\d+)?") ? ($V{media} == null ? "" : new DecimalFormat("##0.0").format(Double.parseDouble($V{media}))) : $V{nota_arredondada_etapaMeasure}]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure} == null ? "" : ($V{media} == null ? "" : ($V{media}))]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement uuid="136f4f4f-ca4b-467d-9384-043f183414d9" style="Crosstab Data Text" x="0" y="0" width="39" height="14"/>
Expand Down Expand Up @@ -1493,7 +1493,7 @@
<textElement verticalAlignment="Middle">
<font fontName="DejaVu Sans" size="8" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure}.matches("[-+]?\\d+(\\.\\d+)?") ? ($V{media} == null ? "" : new DecimalFormat("##0.0").format(Double.parseDouble($V{media}))) : $V{nota_arredondada_etapaMeasure}]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{nota_arredondada_etapaMeasure} == null ? "" : ($V{media} == null ? "" : ($V{media}))]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement uuid="136f4f4f-ca4b-467d-9384-043f183414d9" style="Crosstab Data Text" x="0" y="0" width="39" height="14"/>
Expand Down

0 comments on commit d4710f8

Please sign in to comment.