Clarity

 View Only
  • 1.  Status indicator in Jaspersoft studio

    Posted Feb 23, 2020 01:46 PM
    Hi,

    I have a requirement of creating project dashboard as jaspersoft report.

    I could able to create tables for each portlets in Jaspersoft.
    How to show the status indicator(red,green,blue diamond shape) image in a table in Jasper studio?And also How to show progress bar in table?

    Please do help.

    Thanks,
    Jeevana.


  • 2.  RE: Status indicator in Jaspersoft studio
    Best Answer

    Posted Feb 23, 2020 05:36 PM
    Hi Jeevana,

    In the project dashboard, I have setup status indicators as image elements and reported based on conditional expressions.

    For eg: I have created an image element with a condition as 
    $F{P_SCH_STAT}.intValue()==10?"repo:/ca_ppm/Images/green":
    $F{P_SCH_STAT}.intValue()==20?"repo:/ca_ppm/Images/yellow":
    $F{P_SCH_STAT}.intValue()==30?"repo:/ca_ppm/Images/red":"repo:/ca_ppm/Images/gray"


    For example on how to report progress, you may refer to the out of the box report: Project Status Summary 

    The above report uses text fields for reporting. Alternatively, you can explore the usage of any HTML5 element with a bar chart if that can help you achieve what you need.


    ------------------------------
    Praneeth Desur
    Clarity PPM Specialist
    Toyota Finance Australia
    ------------------------------



  • 3.  RE: Status indicator in Jaspersoft studio

    Posted Feb 25, 2020 06:40 AM
    Hi Praneeth,

    Thank you for your response.

    I tried to put separately, it is working.But I need to show the status indicator in a table. 
    How to insert the image element in a table element?

    Thanks,
    Jeevana.