Jump to content

msolari

Members
  • Posts

    4
  • 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 msolari

  1. To answer your question:

    Why are you setting value to blank when null instead of isBlankWhenNull = true?

     

    i started with isBlankWhenNull="true", for avoid the print "null" into field, but 

    i obtained the same unpleasant effect that i have now.

     

    My solution is manage the value, with string empty, before to be processed by jasper. The problem seems be that the "text field" if it find "string empty", It treats him as NULL and not print the value. The background-color of text field, shows that the element it is not rendered.

     

    Your idea is good, a bit it me bothers duplicate all fields for manage a value that could be print how to received.

     

    Thanks hozawa

  2. Hello! i'm new into world to JasperStudio.

     

    I have a table where the all cells have the styled borders. Within, the "text fields" it automatically resize if necessary. 

     

    One of these fields, has value string empty, by my function 

    case WHEN ({field} = null) THEN ' ' ELSE {field} || ... (etc.) end

     

    The problem is that the "text field" seems not rendered with string empty, although isBlankWhenNull="false",  and i have this unpleasant effect.

    gridexample(1).png.7e7d068f83bf6640a63559a29335c7ae.png

    * Into image i have forced backgroud-color red, for let you see that "text field" is not rendered.

     

    Is possible constrain the render also is string empty? 

    Or there are other solutions.

    Thanks in advance.

×
×
  • Create New...