Jump to content
We've recently updated our Privacy Statement, available here ×

How to use a TimestampRange in Jaspersoft Studio ?


arnaudsimon091

Recommended Posts

Hello everybody !

I am using a DateRange and everything works well, but when I try to do the same with a TimestampRange it doesn't work.

My DateRange : 

new net.sf.jasperreports.types.date.DateRangeBuilder("DAY").toDateRange()

My try in TimestampRange (it doesn't work) :

new net.sf.jasperreports.types.date.DateRangeBuilder("DAY").set(Timestamp.class).toDateRange()

Could someone tell me how to use a TimestampRange in Jaspersoft Studio ? (the same way as a DateRange)

Link to comment
Share on other sites

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