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

Everything posted by sarunsundar

  1. resolved:$V{REPORT_COUNT}] gives total records of report when used inside Table Footer band
  2. workaround:custom input control listing the ids of record could be displayed,and those records removed from report on clicking 'apply' button in jasperreport server
  3. Hi Team,I am using Jaspersoft Studio 5.6 community edition,is it possible to group fields dynamically based on user input? Group headers height would have to be resized to 0 pixel height in case user does not select any fields to be grouped.Is it feasible in this edition? Thank you, arun
  4. 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
  5. 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
  6. 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
  7. 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
  8. 'Not Equals To' column filter of report could be used to remove one row record dynamically from report. Is there a way to remove multiple random row records dynamically from report? Thank you, arun
×
×
  • Create New...