Jump to content

jys

Members
  • Posts

    34
  • 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 jys

  1. print only once for each group

     

    for example,result set having the following,

     

    fruits place consumption(tonnes)

     

    Mangoes UK 24

    Tomatoes UK 33

    Tomatoes USA 30

    Apple UK 30

    PineApple UK 12

    PineApple RSA 11

     

    Now i want to sum up the consumption for each fruits,and print only once on report like the following.

     

    Mangoes 24

    Tomatoes 63

    Apple 30

    PineApple 23

     

    Can anyone know the way to achieve this.if so,let me know .

  2. print only once for each group

     

    for example,result set having the following,

     

    fruits place consumption(tonnes)

     

    Mangoes UK 24

    Tomatoes UK 33

    Tomatoes USA 30

    Apple UK 30

    PineApple UK 12

    PineApple RSA 11

     

    Now i want to sum up the consumption for each fruits,and print only once on report like the following.

     

    Mangoes 24

    Tomatoes 63

    Apple 30

    PineApple 23

     

    Can anyone know the way to achieve this.if so,let me know .

  3. create one textField,right click on it,there is one option like HyperLink(tab).

     

    Give anchor name expression = "hyperlink"

    book mark level =0

    hyperlink target =blank

    hyperlink type = reference

     

    inside hyperlink reference expression,

     

    "c:mylinkhello.html"

     

    after compliling,click on that.that will open hello.html

×
×
  • Create New...