Jump to content
We've recently updated our Privacy Statement, available here ×
  • Cascading, what does one mean by saying cascading, literally it means anything that resembles a waterfall or especially seeming to flow. Now where to implement this in Jasper Reports?    

    Right, it could be used in parameters, or rather the filters which are dependent on each other. You can find these kind of filters in online shopping websites, wherein we can choose on various filters like if we want to buy the laptop first filter would be Laptop next filter would be the company chosen among the companies which sell Laptops, and then we chose for the specifications like processor,ram etc. each have separate filters but the boundaries of the parameter depends on the previous parameter.

    Before getting into the setup of Cascading Parameters in Jasper Report there are few things which we need to know before hand - 
    Usage of     $X{IN, feild, parameter} in the SQL Query used in the Where clause, which filters the data based on the selection. Let me go one by one in explaining the components
    field - Now this is the field in the database upon which the find will be done
    parameter - Now this is the parameter selected by user and will be queried or looked in the field. This enable for multi select also in the parameters.

    Now in  order to achieve this in Jasper Reports we need to follow few steps.

    1. First of all you need to design a Jasper Report and identify the parameters to be cascaded
    2. Then we need to define the expression for parameters,  and mind one thing that each of the parameter need to be of type java.util.collection if you want to enable multi- select.
    3. Next and very important thing is that the cascading parameters could not be tested in iReport / JasperSoft Studio, this  needs to be deployed on Jasper Server in order to check the correct functionality. Though could be run in iReport or JasperReports with default values hardcoded.



    I have created a working sample which could be simply deployed, and checked for the functionality and working.
    The Zip file could be downloaded from here  - LINK TO ZIP FILE

    The Zip file contains
    1. Cascade Parameter Report (JRXML File)
    2. SQL DUMP, could be extracted using MySQL or any other tool
    3. Table Creation Script in a notepad file, this will allow you to create the require table in the database.

    For setting up the sample report you need to-
    1. Create a schema in you database and create the table using the script command
    2. Then run the JRXML file using iReport/Jaspersoft Studio
    3. Then set the datasource referring to Persons table in the database.
    4. Then deploy the JRXML  on the Jasper Server, and set the datasource and input controls. Do remember the names of the parameters used in the report should exactly match the input controls declared on the Jasper Server.

    If you miss on some step then you could follow a YouTube video of mine which  will serve as a tutorial.
    Below is the video where in you could see all the steps.




    Please put your views or questions or suggestions below, I will be more than happy to hear them.Happy Coding!!

    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...