Jump to content

trupti.kamathankar

Members
  • Posts

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