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

gabrielinux

Members
  • Posts

    118
  • 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

Posts posted by gabrielinux

  1. I'm not sure then... I've never used Jasper Decisions. :( You might have to create your own exporter that manipulates the data in the way you want it. Just curious, why can't your users use CSV? What exactly are you trying to do with the XML file once you have it?
  2. I don't think that formula will work because PAGE_COUNT is increased every time the report generates a page -- but it doesn't know the total number of pages until all pages have been generated. Therefore, the current PAGE_NUMBER will always equal PAGE_COUNT, on every page, during report generation.

     

  3. You just need to give Read/Write/Delete permissions.  At my company, we created a folder for each type of resource (data types, lists, reports, etc.)  If you do something similar, you can then click the folder you created, click the Assign Permissions icon, and change give Read/Write/Delete permissions to ROLE_USER.

    If Read/Write/Delete doesn't do it, you can also give it Admin rights just to that folder.

     

  4. Hi Suma,



         It's good to know you're making progress.  Now, it is possible that your report didn't save the data source or it's using the wrong one.  In JasperServer, navigate to your report's folder, click the checkbox next to the report and click the Edit button on the toolbar.  This will take you to the report's properties.  Once you are there, click on Data Source, select the correct data source (database connection), click Save and then click Done.



         If that doesn't fix the problem, check our query to make sure it is written correctly.



    Regards,



    Gabriel Monge-Franco


    Security+ Certified Professional


    http://gabriel.mongefranco.com

     

  5. Your mysql settings might be different on the test machine.  I setup my test environment by installing jasperserver on the test server, stopping mysql and jasperserver, and then copying my production files on top of the ones I just installed on test.  Not sure if that's the way to go, but it worked for me. :)

    Can you post the whole error message here?

     

  6. I'm not sure how to accomplish this, but perhaps you'd like a work around?  You can use setup 20 columns in your report and instead of hiding the field, hide the column that corresponds to that field.

    Another work around -- you can also create a big, long field that fits your 3rd and 4th fields, and hides the 3rd one when you don't need it.  For example, ($P{yesnoparameter}.equals(true)?$F{field3}:'') + '  |  ' + ${field4}....  Not a pretty solution, but it's something. :)

×
×
  • Create New...