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

trupti.kamathankar

Members
  • Posts

    8
  • Joined

  • Last visited

Community Answers

  1. trupti.kamathankar's post in How we can equally distribute characters of textfield (with equal space between characters) in JasperSoft Studio 6.10.0? was marked as the answer   
    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...