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

sarunsundar

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by sarunsundar

  1. the variable '[$V{REPORT_COUNT}]]' is used in 'Page Footer' ,however table is generated in the 'Summary' band,would 

    that be an issue as table is not embedded in 'Detail' band?

    code snippet:

    <pageFooter>
    <band height="30">
    <textField evaluationTime="Report">
    <textFieldExpression><![CDATA[$V{REPORT_COUNT}]]></textFieldExpression>
    </textField>
     
    </band>
    </pageFooter>
     
    Thank you,
    Arun

     

     

  2. a custom column 'age' is defined in report using JasperSoft Studio Community Edition 5.6,it calculates age based on date of birth column values ,it returns integer values like 20,35,29.

    on publishing tthe report to JasperReport Server Community Edition 5.6,the column values display fine,however the column filters ,which show up on clicking header of custom column 'age' ,are disabled.

    could you plz assist?

    Thank you,

    arun

  3. could add the built-in variable '$V{REPORT_COUNT}' to 'Page Footer' in JasperSoft Studio 5.6 community edition,also have set 'Evaluation TIme' property value to 'report'.

    however the value in preview of studio,and report in sever is zero,could you plz guide?

    Thank you,

    arun

  4. thank you for quick response:),we are using JasperReports Server community edition 5.6,for instance if a report has records (1,2,3,4,5) then 'is Not Equals To' can be used to remove one record ,is there any way to remove multiple records like that in community edition,thank you
×
×
  • Create New...