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

jadavis

Members
  • Posts

    4
  • Joined

  • Last visited

jadavis'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. Does anyone know of a way to set user defined parameters in Jasper Server? And then in turn use those parameters in Ireport, so we don't have to generate mutliple reports for different users. For example: if I have two users (USR1 and USR2 defined in JasperServer) and they both have access to a specific report, I would like the report to be intelligent enough to know what user is requesting the information and only return the rows of the data that are specific to them. select * from employee_data where employee = (should be usr1 or usr2) Any ideas?
  2. I'm trying to figure out how to customize Jasper, so that the "Schedule and Run in Background" features are hidden from users / roles that aren't deemed an admisistrator. Also, I would like to know if there is a way to customize Jasper to default to pdf when using the web interface? Currently, my report doesn't look the same when it's initially viewed in the standard viewer, but when i export to any of the other format it looks like just when i created in Ireport. Any ideas?
  3. Is there a way to customize jasperserver to always use PDF as the initial output format (rather than the default viewer) when using the Jasper server web interface? I have found that after developing a report in IReport the output doesn't always display properly with the default viewer, but if I export to any of the other formats it looks perfect. Any ideas?
  4. I am new to IReport and Jasper Server (actually just downloaded and installed ver 3.1.4). I created my first jasper report via IReport plugin. this worked as expected and I was able to run it through the plugin interface. Now, when I attempt to edit it, i open the main.jrxml file locally (which creates a tmp file locally) and make my changes. Once, I've made my changes, I'm attempting to replace the main.jrxml file. I've tried the following: 1) right click on main.jrxml file and select "replace with current jrxml file" 2) right click on main.jrxml file and select properties and resource tab and attempt to replace it with the locally modified file. In both cases I get the same error message: Error: 2 - 1 Validation error(s): A resource already has this name Just looking for some help with this. Thanks
×
×
  • Create New...