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

anhstar

Members
  • Posts

    9
  • 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 anhstar

  1. Hello everyone,

    I have a problem using the option to put some indentation at the first line of a paragraph. Looking at the screenshot below, you can see that on the paragraph is splitted onto the second page and normally, since its the same paragraph, I dont expect it to act like it was another paragraph. Is there a way to have the first line of a paragraph indent only and even if the text is splitted, the content should not be indent ?  Thanks you in advance.

    I used this option in IReport for a textfield's properties: 

    IndentFirstOption.jpg.65de1276f78c4630129313573e427b5b.jpg

    And I get this: 

    splitIndent.png.eb76c6b61c85e3b26fab467de44d0659.png

     

  2. Hello everyone, I'm having a problem with how title and text split from page to page.

    First problem, if I put title in one band and content (subreport) on another band, sometimes on one page, I will only get the title and the next page will have the content. Which is not very nice. See image below: 

    split.png.0bd16f991c2049555528523299db33ef.png

    My second problem is if I put the title in the same band that contains the text and set the splittype to prevent , sometimes I have a huge empty space from page to page. See image below: 

    empty.png.8115f4ac4d0dbcb03db170e173c0bbeb.png

    If I put the title and the text in the same band, and set split type = Immediate, sometimes I will get the same situation as First problem

    Have anyone encounter this and has a nice solution? Thanks in advance.

     

    split.png.65933b241eda8648d0dda756a8043aea.png

    empty.png.6fe7e548cfa4541832203f30dc8ac789.png

  3. augarte, thanks for your message.

    Your solution is good for my case, but like you said, if theres more choices, the number of possibilities will increase and it will be a pain to manage.

    But I will try it for this one.

    Thanks again

  4. Hello, I need to print different kind of text depending on some of the fields in my report: 

    FieldA (boolean)

    FieldB (boolean)

    FieldC (boolean)

    If only one field above is true, I have to print "only fieldA is true"

    If however fieldA and fieldB are true or  more fields are true, I have to print "fieldA and fieldB are true"

     

    I wonder how I can do this. I tried to use variable to keep the count of variables that are true but it seems variable assignement cant be done in this context.

    Anyone have any idea how I can achieve this?

    Thanks in advance.

  5.  I tested and it does pass, in my main report, I had some parameters and some fields. The parameters represent the column's names and I was able to have the column name displayed. But the field's content do not display in the table.

    I solved my problem by not using table but line to draw a table.

     

    Thanks 

  6. Hello, I need to use table inside a report to display records. 

    If I put the fields directly in my report, I have something like this: 

    http://postimage.org/image/6bxvlwkql/

    Now I want to put them in a table, so I create a new table, but then the table has its own dataset. So when I try to configure the dataset, I used: 

    Use connection expression : $P{REPORT_CONNECTION}

    http://postimage.org/image/nk7kv5ret

    And I have: 

    http://postimage.org/image/ctp1oehz9

    It seems the table dint get any data? 

    Anyone have an idea why?

    Thanks in advance!



    Post Edited by anhstar at 08/08/2012 21:08
×
×
  • Create New...