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

rajesh.sirsikar

Members
  • Posts

    135
  • 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 rajesh.sirsikar

  1. 2. Thats because you have placed the Chart element in the Page Header section which repeats for each page. You can do one of the below to rectify.

    1. Either have the chart element in the report header section.

    2. Or in the report summary section.

  2. HI Emrizwan,

     

    I have used Integer_Values() function because my data from the datasource was in string and to perform my math calculation i had to convert it in to integer.

     

    But in your case, since it is decimal you need not add "Decimal_Value" (On top of it, I don't think there is any expression called Decimal_Value)..So just put your expression as follows

     

    IF($F{txn_cr})==0,-$F{txn_dr},$F{txn_cr})

     

    Thanks,

    Rajesh S

×
×
  • Create New...