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

trupti.kamathankar

Members
  • Posts

    8
  • 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 trupti.kamathankar

  1. Hi,

      I tried above solution. But, it doesn't work when we used 'BlankWhenNull' property. That's why I asked a question.

    But, now I found the solution. if we want to use 'tabset' variable but don't want to add textfield expression for 'Null' values, then we can use printWhenExpression as, '$F{Title}!=null && !$F{Title}.isEmpty()'. It works, means, if data is coming from dataset then 'tabset' equally distribute the characters and when no data is coming from dataset then above 'printWhenExpression' add blank space when null values are coming.

    The reason for not using 'BlankWhenNull' property, because, it hides textfield borders too. But, I want to display textfield with no values (with blank space) if null value is coming from dataset.

    Thanks.

×
×
  • Create New...