Jump to content

udaysriturangi

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by udaysriturangi

  1. Hi imran,

    In query, i am using lag function, so that i am able to get last row last column data in second row, But it is not allowing me to do calculation saying nested window functions are not allowed,It is just simply printing previous row value.


    my table data:

    January       0                        55019.17      221         242                  0    54556.17
    February      54556.17         32139.07      20          5967115.32    0    -5934996.25
    March         -5934996.25    18026.1          493       0                      380    17153.1
    April             17153.1            0                       6           0                       0    -6


    Thanks ,

    Udaya.
     

  2. Hello,

      I want to create a table something like this,

    A                      B         C             D                E

     Jan                 0          2             1         A+(B-C) = 1

    Feb                  1          4            3          1+(4-3)=2

    Mar                  2          6            5        2+(6-5) =3

    Apr                  3   . . .


    first row ,Second column  value should always zero, and last column last value should be displayed as second row second column second value. and should be repeted until end of the table, Is their any way to acheive this in jasper, If so Please help!!!

  3. Hi , 

    Actually i found the solutionhttp://community.jaspersoft.com/sites/all/libraries/ckeditor/plugins/smiley/images/tounge_smile.gif !! For subreport1 jst edit the condition as $P{columns}.contains("A") && !$P{columns}.contains("B").. It is working fine for me. Tq!!

  4. Hi , 

    In my  report i am using five subreports, For  subreport1 i gave a condition ( in print when Expression) like $P{columns}.contains("A"). For subreport2 i gave print when Expression $P{columns}.contains("A")&& $P{columns}.contains("B"),Individually Each report is working fine, but when i select both A & B , Both reports are displaying, Please help me in this,Thank you

×
×
  • Create New...