Jump to content
JasperReports Library 7.0 is now available ×

1st footer data with evalTime=now is "NULL"?


2004 IR Help

Recommended Posts

By: jlkoidahl - jlkoidahl

1st footer data with evalTime=now is "NULL"?

2005-05-09 09:53

My problem is the data with evaluationTime="Now" in the footer of the first page of multipage reports is "null", while the data with in that footer with evaluationTime="Report" is fine. This includes PAGE_NUMBER and date data. The footer data shows up fine on the other pages but does is "null" on the first page. Anyone have any experience with this problem?

 

Here's what my footer code looks like:

<pageFooter>

<band height="45">

<textField

isStretchWithOverflow="false"

pattern=""

isBlankWhenNull="false"

evaluationTime="Report"

hyperlinkType="None" > <reportElement

mode="Opaque"

x="569"

y="20"

width="20"

height="20"

forecolor="#000000"

backcolor="#FFFFFF"

positionType="Float"

isPrintRepeatedValues="true"

isRemoveLineWhenBlank="false"

isPrintInFirstWholeBand="false"

isPrintWhenDetailOverflows="false"/>

<textElement

textAlignment="Left"

verticalAlignment="Top"

lineSpacing="Single">

<font fontName="Helvetica" pdfFontName="Helvetica" size="8" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false" />

</textElement>

<textFieldExpression class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>

</textField>

<textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" > <reportElement

mode="Opaque"

x="506"

y="20"

width="60"

height="20"

forecolor="#000000"

backcolor="#FFFFFF"

positionType="Float"

isPrintRepeatedValues="true"

isRemoveLineWhenBlank="false"

isPrintInFirstWholeBand="false"

isPrintWhenDetailOverflows="false"/>

<textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single">

<font fontName="Helvetica" pdfFontName="Helvetica" size="8" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false" />

</textElement>

<textFieldExpression class="java.lang.String"><![CDATA["Page " +$V{PAGE_NUMBER}+ " of "]]></textFieldExpression>

</textField>

<textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" > <reportElement

mode="Opaque"

x="178"

y="20"

width="248"

height="13"

forecolor="#000000"

backcolor="#FFFFFF"

positionType="Float"

isPrintRepeatedValues="true"

isRemoveLineWhenBlank="false"

isPrintInFirstWholeBand="false"

isPrintWhenDetailOverflows="false"/>

<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">

<font fontName="SansSerif" pdfFontName="Helvetica" size="8" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false" />

</textElement>

<textFieldExpression class="java.lang.String"><![CDATA[(new SimpleDateFormat("MM/dd/yyyy")).format($F{Today})]]></textFieldExpression>

</textField>

</band>

</pageFooter>

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...