• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Problem Displaying Table Format In Jasper

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am facing problem while displaying the table format data in Jasper

I am sending a mail which has table in it to my agent.
When I run that report the resilt produced is not in table format.
For example
Data in mail is:
User Account Address
-------------------------
A ICICI Pune
-------------------------
B HDFC Pune
------------------------
C HSBC Mumbai
--------------------------
D ICICI Mumbai
------------------------

The data while running report(For which I am using Jasper) is:


User
Account
Address

A
ICICI
Pune

B
HDFC
Pune

C
HSBC
Mumbai

D
ICICI
Mumbai

E
ICICI
Pune

Can anybody help me solving this problem ASAP?
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you send me the code of the jrxml file? Without seeing the code, I cannot understand how you created the report?

And the last thing is which report designer are you using? IReport or JasperAsisstant..
 
reply
    Bookmark Topic Watch Topic
  • New Topic