Jump to content

law

Members
  • Posts

    42
  • 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 law

  1. I have several parameters that I set as checked for prompt when I created them. I also set defaults for each of them. For some reason, when I run the report, the values used by the report are not the prompt values, but the default.

    Could anyone please tell me what has to happen in order to have prompt values in the report?

    Thanks in advance.

  2. I'm attempting with no success to use operator += in expression $V{totNom}+= $F{NOMGEQ}.

    The error is "The left-hand side of an assignment must be a variable"

    pointing to $V{totNom}

     

    totNom is a variable. Could anyone please tell me how to get this operator to function? ... I'm computing here a sum of the field NOMGEQ.

  3. Jerry, try putting your subreports into pageHeader.

    For some reason pageHeader appears to be the only place in order to avoid repetition of data. I had to make my subreports fit individually onto one page before I combined them. But here is one other problem: what if the reports need 2 separate pages? I don't know if there is a way to tell iReport to use a separate page for specific iReports...

  4. I'm looking for a way to combine independent SELECT statement results on one iReport page. Does anyone know if this is possible? If so, how?

    I was trying to simply add a subreport, but after compiling I can't get the data to show up from both reports at once.

  5. Hello,

    Does anybody know how to format phone numbers in iReport? ... The phone numbers I'm attempting to format at this point have the following format:1112223333

    I'd like to have as(111)222-3333

    Thank in advance.

  6. When I go Report Groups/New, I don't see where I could say what fields to add into a group...

    When I select and left click the elements that need to be summed, I see there is a "group elements" option. But nothing happens when I click on it...

  7. Could anyone tell me if there is a way to do something like this:

    I have a query "select active, title from mytable order by active,title".

    Field Active is 0 or 1.

    I want to have a subtitle "Inactive" and "Active" in the detail area of iReport and have record under these subtitles.

    I made an element with Expression " (new String("1")).equals( new String($F{ACTIVE}) )? "Active Product" : "Inactive Product")"

    The element, when in detail area of iReport, shows up per record. When the element in title, it shows up only when it's a new page - maybe there is a way to move records that are inactive into a different page?.

    I'd appreciate any help here!

  8. Hello,

    I'm attempting, without any success, to make sums for some of my data. I know this is a basic report function and assume iReport has something for it. Could anyone please post a "how to"?

  9. I'd like not to display nulls in my iReport. I have the following at the moment but it doesn't work:

    (if($F{BEGCYC6} != null) $F{BEGCYC6})

     

    Is it possible to check for nulls several fields at once so that I wouldn't rewrite the same line of code for every output?

×
×
  • Create New...