Jump to content

Recommended Posts

Posted

I have an HTML 5 Graph. In the report query, I do SELECT....FROM...ORDER BY MONTH_NUMBER. In the graph, I want to order the display as Jan, Feb, March etc. So my field for Series looks like this: $F{MonthNo}+ "-" + $F{PMonthName} + "-" + $F{YearNo} and it is set to String. So to stop Jaspersoft from sorting it, I set the Sort Order for the field to "None", since I am already sorting this in my query correctly. But when I publish to JasperServer 5.1.0, the report crashes with a NullPointerException. If I set the sort order of the field to ascending, the report works fine, but the display is messed up, as April is the first month to be displayed. Any ideas?

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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