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

kristian.wijaya123

Members
  • Posts

    7
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by kristian.wijaya123

  1. Hello. I have a case that may require help here. Let's consider that I have two parameters

    TYPENAME
    AName 1
    BName 2
    CName 3
    AName 4
    DName 5
    EName 6

     

    I want it that for the 1st page, it contains types A, B and C. But on the next page, it contains types A, D and E. So basically it checks the type of the row:

    • If it's not A, then just add a new row
    • If it's A, then they check how many times has it occur in the page:
      • If it hasn't occurred in the page, then they add new row. It's always going to be the 1st row.
      • If it has occurred in the page, then they create a new page.

    How do I set that up for a unique page-change condition? Can't seem to find it in Jaspersoft Studio. Help appreciated. Thanks.

  2. I would like to know how to download a JRXML from a Jasper Server using links.

    When I look at the JRXML Resource Editor in the JasperStudio, it is written the Parent Folder like: /(Folder Name)/(Report Name)_files

    When I look at the report in the JasperServer, it is listed in the path like: /root/(Folder Name)/(Report Name)_files

    I need to have a link that will allow me access to the JRXML file via web address. But typing (Server Address)/jasperserver/root/(Folder Name)/(Report Name)_files/(JRXML File).jrxml yields a 'file not found' page. I need to know the JRXML file location via web.

    Thanks in advance.

  3. Hello, Jaspersoft Community.

    I would like to ask about this kind of bug when using Jaspersoft Studio. The scenario is as follows:

    1. I have a Parameter called 'Param1'
    2. I have an Input Control with ID 'Param1'. but the Name is 'Parameter', and the Type is a "Single Query"
    3. Whenever I save the JRXML, the Wizard will instantly publish that 'Parameter' becomes 'Param1' and the type is forced to become "Single Value"
    4. If I change the Input Control ID into something else outside 'Param1', then the form stays, but it will become unattached with the Parameter, so whatever I input there will not be put into the Parameter.

    How do I work around that one and make sure when I publish it, Parameter-Single Query stays as Parameter-Single Query?

    Thank you.

×
×
  • Create New...