Jump to content
JasperReports Library 7.0 is now available ×

Displaying data columnwise in Excel...


Recommended Posts

By: amodg - amodg

Displaying data columnwise in Excel...

2006-03-13 04:31

Hi,

 

I want to display sometihng like this...

 

Bugs in Reopen State 1

Bugs in Processing State 2

Bugs in Open State 10

Bugs in Request to Close State 11

Bugs in Closed State 12

 

in my report. To acieve this, I have placed the elements one over the other and have used the text field expressions like....

 

<![CDATA[(String.valueOf($F{STATUS}).equals("Open"))?$F{STATUSCOUNT}:""]]>

<![CDATA[(String.valueOf($F{STATUS}).equals("Processing"))?$F{STATUSCOUNT}:""]]>

 

This logic is working fine when I view the report in PDF but, when I view the report in Excel,it looks like...

 

Bugs in Reopen State 1

Bugs in Processing State

Bugs in Open State

Bugs in Request to Close State

Bugs in Closed State

 

(with no values except the 1st one...)

 

Any idea about this? or May I have to change my logic?

 

Waiting for any reply...

Thanks in advance...

 

-Amod

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...