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

lisa.j.young

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by lisa.j.young

  1. I have created a report which accepts a java.util.Date as a parameter In JasperStudio the Date and Time is requested however on JasperServer only the Date is requested and as such the end date is searching until 00:00:00 instead of 23:59:59 I can change the input control on JasperServer to use DateTime, however when I update the report through JasperStudio it overwrites the changes on the Server and goes back to requesting only a Date. How can I specify in JasperStudio that the parameter should be Date/Time ? Note: My column in Mysql is of type DateTime, not Timestamp Excerpt from my jrxml:
  2. I have create a new role ROLE_B. In my repository I have a folder Test where the default ROLE_USER has Read Only permission and Role_B has No Access. Through the cumulative permissions where the most restrictive permission is take, if I have a user X with both ROLE_USER and ROLE_B, the No Access permission should be applied. This is not working as expected and user X has Read Only permission. If I switch around permissions granting ROLE_USER No Access and ROLE_B Read Only, the the user has No Access. Is this a known bug? Any workarounds?
×
×
  • Create New...