Thursday 20 February 2014

Basic Jasper Reports Best Practices & Reporting standards















2 comments:

  1. Column summary with numbers has string class type.Created a variable.
    Name: Total_activities
    Calculation :Sum
    Variable expression: Double.toString(new Double($F{Activities}))
    Text Field Property-
    Expression: $V{Total_activities}
    Pattern:#,##0.###;#,##0.###-
    Pattern Expression: $V{Total_activities}
    The output I am getting is the last value of the column. The desired output should be sum of all values in the column. What is that I am going wrong?

    ReplyDelete
    Replies
    1. Check for the evaluation time for the variable of text field in its properties

      Delete