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

eeshachhabra

Members
  • Posts

    10
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by eeshachhabra

  1. Can someone please help me on this. I tried doing this using subreports and enclosing sub report in frame. By doing this, alignment is getting proper but a blank space is getting inserted between last detail band and column footer. Not sure which section is rendering that blank space. Can someone guide me on this
  2. Hi, My requirement is to create a border around the page in a PDF file. For that I have used Frame element with position type Float. The issue is content above frame can be dynamic i.e. there can be 1 row , 2 row or 3 rows above frame. So depending on that the frame should move up and down. But after setting the postion type to Float, the frame is not moving down when there are more rows above frame.. I have included frame in background band. I have tried giving border arouns the page using rectangle element too. But same issue exists with rextangle even. Please suggest on this. This is very critical for us.
  3. Hi, Can we create a text field in jasper soft studio with dynamic height. The content below text field should move up and down depending on height decrease or increase. Please help on it. It is urgent. Regards, Eesha
  4. Hi, I have a list of string values which I am passing as a parameter from java as parameters,put("nameList", list) How do I iterate that in jasper report using Japersoft studio and print list values horizontally in report. Please help. Thanks in advance. Regards, Eesha
  5. I came across two libraries available in Jaspersoft Studio to generate Barcode - Barbeque and Barcode4j.. How to decide which to use when. Also help to find suitable example for the same. Thanks, Eesha
  6. Thanks a lot. I am able to achieve it by doing formatting in java and passing it as a parameter to jrxml file.
  7. I have created a report book which consists of 4 pages. I want to pass a parameter from java to each page in report book. When i try to pass parameter from java to a single page report, I am able to get the value. But when I pass same parameter to a report book which consists of 4 pages, it is displaying null in each page. Please let m eknow how can this parameter be passed to every page of report book?
  8. Thanks for your response. I tried text field expression new java.util.Date(). But still am getting Tue, Feb 06, 2018, 12:48 PM GMT+05:30. I want the date to be in format in EST i.e. like tis Tue, Feb 06, 2018, 12:48 PM EST. I am using this format in pattern field E, MMM dd, YYYY HH:mm a z. How to convert this time to EST time?
  9. I am using Jaspersoft Studio 6.4.3 to create report. I want to show time in EST format as Wed, Nov 15, 2017 12:12 AM EST. Below is what I have given as expression in the text field new SimpleDateFormat("E, MMM dd, YYYY HH:mm a z").format(new java.util.Date()) and am getting the output as Wed, Nov 15, 2017 12:12 AM GMT+05:30. Pleae help to get the output in desired format i.e. Wed, Nov 15, 2017 12:12 AM EST. Thanks in advance.
  10. I want to get a table of contents in a report created using Jaspersoft Studio 6.4.3. For this, I have created an Abstract Report book. I am able to get label and page number in table of contents. In addition to this, I want to display a field whose value comes from database. In the autogenerated Abstract_Book_toc.jrxml, the fields(label, level and pageIndex) are included which are from bookmark datasource. In addition to this, I want to include a field from oracle database. I am not able to include the query to fetch the field in the query dialog as it gives error for fetching label, level and pageIndex field. Creating subdataset allows to include the query but am not able to include the field from sub dataset in main report. Also not able to return value from subdataset to main dataset as sub dataset does not belong to table or chart. I have also tried including the datasource created using JavaBean but still getting "net.sf.jasperreports.engine.JRException: Error retrieving field value from bean: Name.". Name is the field which I want to retrieve from database. Below is what I require. Name is the column whose value I want to fetch from oracle database and show it in Table of contents. I am able to get Description and pageNumber in Table of content. NameDescriptionPageAlbertAuthor2JohnAuthor5RichardAuthor6Please suggest on this.
×
×
  • Create New...