Skip to main content

Search

Items without a Value - Hide in Display & Document Generation

Comments

1 comment

  • Matthias_Walter

    Hi Kilgore ServiceAccount,

    to achieve this you would have to check for "null"

    So on the display form on the field or control use the following visible expression (assignment): [[field]]!=null

    In the document generator template you can use the [[if]] control as follows: 

    [[if [[field]] !=null ]]
    [[field]]
    [[end if]]

    Kind regards

    Matthias

    1

Please sign in to leave a comment.