Jump to content

Recommended Posts

Posted

Hello,

I have different problem. I added to raport band 'page footer' and there I deifned two things

"Date: "+ DATEFORMAT(NOW(),"yyyy-MM-dd HH:mm:ss")+ "               Total rows: "+ ($V{Report_count}==null?0:$V{Report_count})

"Page " + $V{PAGE_NUMBER}  " of " + $V{PAGE_NUMBER}

looks like at the picture

2017-02-01_13h05_24.png.802969a2062603572b2de3f86716b83b.png

And

Exported report - xls or xlsx format has unordered columns. I tried added this two things also under report in Detail section but problem is the same. In next step I deleted page footer band (with 2 things) and again export report and everything was good, columns was ordered. Where is problem ? Someone has solution this problem ?

2017-02-01_13h20_24.png.cad49c3860909aaf9c2c6a255fcf908a.png

 

 

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Posted

JasperReports creates a column on all x coordinates of fields. As such, you need to set the start x position and width of the fields in your footer to align with those in your detail bands.

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...