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

alexmarshall

Members
  • Posts

    2
  • Joined

  • Last visited

alexmarshall's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I agree. My reporting is almost exclusively HTML and I'd love to see something like this. I'd also like to see the JRHTMLExporter use CSS and / or single style definitions internally. I took one of my reports and did a find/replace on all the span styles and replaced them with single definitions at the top of my file and it cut the file size of the report to 52% of its original size. For a report that spits out 5MB reports, that's a pretty considerable bandwidth savings.
  2. Hey everyone, I need some help with the $P! syntax but you should probably have some context first: I'm creating reports to which I'm passing Calendars as parameters which are reflectively bound to the report parameter map from my Spring form backing objects. I want to keep everything as Calendars because they're better for internationalizing my application and normalizing dates / times to timzones. That said, is there a good way of using the $P!{calendarTimestamp} syntax from within queries ? As I understand it, $P!{} essentially just calls .toString() on the passed object to get the text that's inserted into the query at run time and I want to be able to apply formatting for dates. Currently I'm creating extra parameters in my report with expressions like 'new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format($P{calendarTimestamp})' and inserting those strings into my queries using the $P! syntax. I find it a kludgy way of doing things and I was wondering if there's a better way to get date / calendar parameters into my queries ? I've looked and looked on Google and other forums for help with the $P! syntax but there just doesn't seem to be much out there. Can anybody here help ? Thank you kindly in advance. Alex Marshall
×
×
  • Create New...