Jump to content
We've recently updated our Privacy Statement, available here ×

pd02821

Members
  • Posts

    3
  • Joined

  • Last visited

pd02821's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Thanks for your respone. But when I am printing report count in page header then its printing correct value and expression value also like true and false based on the condition.
  2. Hi Team, I am trying to print value based on the report count and limit. I am able to print both the value individually limit and report count. its coming correct. Follwoing condtion is not working. <pageHeader> <band height="100"> <textField evaluationTime="Report"> <reportElement x="29" y="20" width="915" height="20" uuid="0940bce6-118f-47bc-81f6-ae03ca55ddcb"> <printWhenExpression><![CDATA[new Boolean($V{REPORT_COUNT}.intValue()>=$P{limit})]]></printWhenExpression> </reportElement> <textFieldExpression><![CDATA[$V{REPORT_COUNT}]]></textFieldExpression> </textField> </band> </pageHeader> Also if I am trying condition as follow then its working fine. <reportElement x="29" y="52" width="915" height="20" uuid="0940bce6-118f-47bc-81f6-ae03ca55ddcb"> <printWhenExpression><![CDATA[new Boolean(600>=$P{limit})]]></printWhenExpression> </reportElement> Please help. Thanks in advance for your help . Regards, Deep
×
×
  • Create New...