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

efrizzel

Members
  • Posts

    3
  • 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

Everything posted by efrizzel

  1. I'm Dumb, all it needs to be is (<expression> ==1) ? "y" : "N" slight formattion change, and then actually using the letters as strings, I guess thats what i get for programming late on a Friday
  2. I have the .JRXML files for 3 reports that were made using 2 older versions of Ireport (2 in 2.0.4 and 1 for 3.0) what would need to be done to get them to work as subqueries? I just wanted to roll them all into one report for ease of use. some of the information in each of the queries could be removed as it would be duplicated by the other (names for instance) but it is not truely needed. would this be the best route to do it? if not, is there an easy way to pick out the useful parts of the other .JXML files to create a whole new version? I ask since there are several specific java classes for tables that they use, and for some reason, we are not allowed to access their environment with Ireports, so the automatic class finder/field generator is harder to use (like going in blind)
  3. I have a field that is classified as a Java.lang.String type but is being used for a true false checkbox item (weird I know) it comes back with 1 for true(checked), 0, and null for false(unchecked) all i would like to do is have the field display a Y or N value instead, but just using the characters Y or N does not seem to work, what else will need to be done? what i have now: if ( <expression> ) ==1 ? Y : N
×
×
  • Create New...