• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

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..
 
No. No. No. No. Changed my mind. Wanna come down. To see this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic