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

englbrechtful

Members
  • Posts

    41
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

englbrechtful's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Hello alexx1, you have to add "Input Controls" for your Parameters in JasperServer. Log into JasperServer, select repository, right click your report, select "edit", ->Controls & Resources -> add Control Use same name and datatype like you setup in your report. Dont forget to also check the Box "Always prompt", to get asked for the parameters at report startup. HTH Stefan Post Edited by englbrechtful at 01/27/2010 16:14
  2. Hello regw, yes it also works with the community edition. Its really no biggie to set it up. By the way: This feature has been added to JasperServer in the current version 3.7.0, so if theres anychance you can upgrade to 3.7, do it! Way more easy to use there (no editing files needed...) :) HTH stefan
  3. Hey Sherman, thx for the hint, but doesnt seem to work for me org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException: No flow definition 'removedReportsList' found
  4. Thats it. Works!!!! THANK YOU SO MUCH!!! Ive been sitting on that problem 24/7 for almost a week, completely rewrote my classes and shit, and its just those two lines, haha. again thank you !
  5. UPDATE: just upgraded from RC to final version of jasperserver 3.7.0 CE and theres still the same problem. Jasperserver application is not starting, while same configs works for Jasperserver 3.5.0
  6. Hey everybody, I recently updated my JasperServer 3.5 CE installation to JasperServer 3.7 CE RC. My custom datasource isnt working anymore since then. I did not change anything and cannot explain the problem myself. I found a similar error on the bugtracker (http://jasperforge.org/projects/jasperserver/tracker/view.php?id=4466) I need my custom datasource to be working, so my question is if that is a problem on jaspersoft or on my side and if it will be fixed soon or if i have to downgrade back to 3.5. Thanks! Code: Post Edited by englbrechtful at 01/25/2010 13:16 Post Edited by englbrechtful at 01/25/2010 14:42
  7. Thanks Matt for your quick help. Problem 2 I already solved myself. "This is intentional." Thats a pitty. I liked the old html view, the repository is very confusing for "non-developer". And also the report specifications get cut off ugly. Am I the only one thinking that way?
  8. Thats not Analysis View, its a Report. If you want to know how to do this with a report, let me know.
  9. Hey, i just upgraded my JS to 3.7.0 CE, and this looks pretty buggy too me. Im wondering if something went wrong during upgrade or if this is just because its not a final version. problem1: when i click view->reports i get the same view like view->repository problem2: im using a singel cascading input control. Its working so far, i get the expected reports. BUT i dont see what i choose. the dropdown menu is just to small to see anything. check attached picture to see what i mean.
  10. Hey, I created a report using data from a JRMapCollectionDataSource and I can run the report from my Java Application. Works great. But I need to add the report unit to my JasperServer! How can I do this? How can I tell JasperServer to use my JRMapCollectionDataSource custom class which returns the List<Map> which is used for my report? // from my java app: public void report(ArrayList<HashMap> al) { JRMapCollectionDataSource ds = new JRMapCollectionDataSource(al); jasperReport = JasperCompileManager.compileReport(this.getXmlsource()); jasperPrint = JasperFillManager.fillReport(jasperReport, parameter, ds); JasperExportManager.exportReportToPdfFile(jasperPrint,"customhashdatasourcegraphtest.pdf"); } Post Edited by englbrechtful at 12/09/2009 16:08
  11. Im not sure if thats what your looking for: Put your $F{Field} into details band, and reduce size of details band to the height of your field.
  12. Nobody can help you without knowing what your problem actually is. Please post the whole error stack, your Schema and your query.
  13. Hello Jagrut, iReport is a GUI for creating Reports (JRXML/Jasper Files) to use with JasperReports. You probably want to use JasperReports in your Java Project. To do that you have to include the JasperReports TAR file in your projects class path.
  14. Thanks a lot Sherman, its working!!!! :) Theres only one question left: how does "artikelgruppe" fit in? where can i put it? as a level of Artikel? ( Artikelgruppe = articlegroup // the articles are divided into certain groups ) should be look like in the pic i attached
×
×
  • Create New...