Jump to content

madhuripatil

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

madhuripatil last won the day on May 8

madhuripatil had the most liked content!

madhuripatil's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

1

Reputation

  1. I have created two reports with Crosstabs containing 3 row groups and 2 columns groups. First two row groups were created using Crosstab wizard. 3rd row group was added later. alignment of cells in 1st and 2nd row groups is correct but 3rd row groups cells are misaligned when exported in HTML. Alignment is perfect when exported to Excel. Please find snapshots of both reports with misalignment in attachments.
  2. Try this:- new SimpleDateFormat("dd/mm/yyyy").format(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse($F{Fecha_y_hora-appointment_date}))
  3. It must be using mm/dd/yy format by default. Check by reversing the date values like:- Date_1 = '6/11/10' Date_2 = '6/10/10'
  4. I have created two reports with Crosstabs containing 3 row groups and 2 columns groups. First two row groups were created using Crosstab wizard. 3rd row group was added later. alignment of cells in 1st and 2nd row groups is correct but 3rd row groups cells are misaligned when exported in HTML. Alignment is perfect when exported to Excel. Please find snapshots of both reports with misalignment in attachments. Has no one ever come across this kind of issue? I request to atleast reply back if it is known that it is a bug with JasperReports. Post Edited by madhuripatil at 01/14/2011 04:34
  5. If you are using iReport, I would suggest compile the report. It will give you compile time error in 'Report Problem Window' . You can double click on that error and find out where exactly is the type mismatch. I am not sure if above suggestion will work in your case. But it did work for me once.
  6. Hi All, I am working with JasperReport using iReport for around 6 months but I am stuck at one type of report now where I need to generate columns dynamically. In the attached screen shot of the report you can find there are 5 regions ASIA, CEEMEA, LA, NA,WE. Now here there are only 5 regions but these can vary. So I need to make provision of adding columns dynamically. I need guidance as to what should I use for it:- CrossTabs , Sub report or any other means? I am not very well versed with use of CrossTabs and SubReport and what exactly is possible with each of these. Please guide me so that I can go ahead in that direction. Thanks & Regards
×
×
  • Create New...