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

mcclellc

Members
  • Posts

    4
  • Joined

  • Last visited

mcclellc's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Is it possible to comment an expression, and if so, what's the syntax?
  2. Thanks - you saved me LOTS of frustration since the standard documentation doesn't get into these very common types of calculated fields. (I am getting the difference between two summary values and modifying your syntax above worked immediately.)
  3. I would like to create a text field that says something like: "Records found: "+$V{REPORT_COUNT}. I want the count to display with a thousands separator. I can do this with dates. "Matched Transactions for "+ new SimpleDateFormat("MM/dd/yyyy").format($P{StartDate}) I need to know equivalent format expression for numbers. Thanks.
  4. JasperServer doesn't appear to comply with our enterprise security standards because it is necessary to save the connection password for a datasource in the Jasper Server repository. Our requirements are to always prompt for the database password, even while developing against some test databases. Is this possible? I realise that the passwords are encrypted, but so far saving encrypted passwords is not an approved practice. My workaround right now will be to manually delete the password from the Jasperserver Mysql repository database before I walk away from the terminal, then reconfigure the datasource when I come back ...
×
×
  • Create New...