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

motoman

Members
  • Posts

    19
  • 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 motoman

  1. ...why does the Expression Wizard not populate anything for me?  I've tried having items in the expression already, different variable types, anything I can think of - but whether single or double-click the Expression Wizards link, nothing ever shows up.

     

    iReport Pro 3.7

  2. Couple things...

     

    First, can JasperETL be used in conjunction with an external scheduler to execute jobs, and can it also at least provide a return code as to whether or not the job was successful?

     

    ...also, I can't find any documentation at all about JasperETL...? 

  3. ...using iReport 3.1.2

     

    I have a basic report grouped by a particular value, and iReport automatically makes a count variable for you, which I also have displayed on my report.

     

    My need is simple - I just want to have the report show only those groups that have a count > 1.  To that end, I have kind of gotten some syntax figured out:

     

    new Boolean(($V{uld_history_ULD_COUNT}.intValue())>(1))

     

     ...the problem being that if I run the report with it that way, it returns no rows.  If I change the "1" to a "0" then it runs and returns all the data just fine.

     

    I'm sure I'm missing something basic...any pointers?

  4. ...very frustrating problem I hope someone can help me with.

     

    Have created the same report a few times over in iReport 3.1.2.  The problem is that, as I'm working with the report, eventually I try to make a filter that I just can't get the syntax right on.  When I take a stab at it, and it doesn't work, I go back and delete the filter, re-run the report and see that it works as before.

     

    ...but.  After a few tries, after deleting the filter, iReport will just say "the document has no pages" when trying to preview it.  And nothing I can do fixes it, nor can I really see where a problem might be.  Closing and reopening the report does not help - nor does restarting iReport, JS, or the whole machine.

     

    ...? 

  5. ...changing the data type on my field seems to make the report not run.

     

    From what I can tell, or at least what I'm guessing, I'm just trying to define the condition under which this style is used. I made a style, and then added a Conditional to it, and the condition should be that the style is used when my value is >= 5.

  6. ...I'm sure that probably would work, but I stumbled across the "conditional" bit in a Style I created, which is I reckon what others are directing me to.

     

    However, when I try to define the simplest expression for the condition, I get an error. Like "$F{value} >= 5" - which is as simple an expression as one can get. It tells me that "the operator >= is undefined for the argument type(s) Double, int" - ...I am wondering how a basic operator like that can be undefined for numeric data types...? What am I doing wrong?

  7. ...I am sure this question has been posed before, but I didn't really find the kind of help I'm looking for with a search.

     

    Just started using iReport 3.1.2.  On a basic report, I want to conditionally format a value/row based on an evaluation of the value.  For example, if it's >= 5 then I want to have a yellow background and black font...if it's >=10 I want a red background and white font...that kind of thing.

     

    Any pointers would be greatly appreciated. 

  8. I put the .jar file in the lib folder under Common, where I saw the MySQL driver...still no luck.

     

    Here's what I'm trying to use as the Driver:

    com.microsoft.sqlserver.jdbc.SQLServerDriver

     

    And for the URL:

    jdbc:sqlserver://localhost:1433;databaseName=Northwind;

     

    Have tried specifying integrated security with no luck - am providing the SA logon/password... 

  9. I'm new to Jasper and to JDBC in general...am having a bit of a problem trying to get Jasper to connect to my local SQL Server install via JDBC.  I added what I thought was the appropriate info to the system's Classpath...but that doesn't seem to do the trick.  Is there some configuration I have to do within a Tomcat config file, or...?

     

    Thanks for any help. 

×
×
  • Create New...