Jump to content
Changes to the Jaspersoft community edition download ×

rjmacneil

Members
  • Posts

    18
  • Joined

  • Last visited

rjmacneil's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. I'm using iReport 3.5.2. I have a report that has a few sub reports. What is the best way to have each sub report begin on a new page? Rod MacNeil
  2. I'm using iReports 3.5.2. I am trying to create a hyperlink to page 2 of another pdf file. When I try to compile my report I'm getting the error "Class class java.lang.String not supported for hyperlink page expression. Use java.lang.Integer instead" The problem is, I am using Integer, my page expression is new Integer(2) Why does it think I'm trying to use a string? Rod MacNeil
  3. I'm using iReport 3.5.2. I can get hyperlinks to work fine between pdf's created by Jasper. But when I link to a bookmark in a pdf created by something else it always opens the target pdf at the top. I've confirmed that the target pdf is version 1.4 same as iReports produces. Has anyone been able to get that to work? Rod MacNeil
  4. I had to add the driver in the services window. Rod MacNeil
  5. In iReport 3.0.0 I placed my sqlite JDBC driver jar file in the lib folder and it then appeared in the driver list in the data connection dialog. How do I install that driver in version 3.5.2, I have tried placing it in various locations, I have also tried listing the jar file explicitly on the classpath but so far it never shows up as an avaiable driver? Rod MacNeil
  6. Trying JasperReports for the first time. (3.5.2) Following the getting started doc. When I try to compile the sample reports I always get this error: java.lang.NoClassDefFoundError: org.springframework.core.CollectionsFactory Is anyone else having problems getting the samples to work? Rod MacNeil
  7. I've installed JasperServer 3.0 with bundled tomcat and bundled mysql. What login and password can I use to access the mysql database using the mysql console program? Rod MacNeil
  8. It is a brand new install. I uninstalled 3.1 and installed 3.0 and those creds (jasperadmin/jasperadmin) worked in 3.0. I uninstalled 3.0 and re-installed 3.1 and jasperadmin/jasperadmin does not work.
  9. None of these work :( jasperadmin/jasperadmin JasperAdmin/JasperAdmin jasperadmin/password jasperadmin/Password
  10. Trying to login as jasperadmin/jasperadmin to a fresh install (binary installer) of 3.1 gives me a 'bad credentials error. Anyone know why?
  11. I'm trying to create a chart series manually using .addValueToSerie() and I'm getting this exception: JRDefaultScriptlet cannot be cast to it.businesslogic.ireport.IReportScriptlet Does anyone know whats causing this error? Rod
  12. I would like to customize the JasperIntelligence application so that the logos that appear at the top of the pages are different for different users or different roles. Is there a way to do this? Is it also possible to set the color scheme by user or role? Thanks for any suggestions. Rod
  13. Sorry, I think I got that wrong. Try org.postgresql.Driver Rod
  14. I'd like to create a dashboard-like report to show several key business indicators on a page using several charts. Is there a tutorial around on how to do that? Would I create each of the charts as a subreport? Thanks For Your Help Rod MacNeil
  15. I think the JDBC Driver should be: postgresql.org.Driver Rod
×
×
  • Create New...