Flexreport hide empty fields with border

Posted by: saidnai on 21 April 2022, 3:58 am EST

  • Posted 21 April 2022, 3:58 am EST - Updated 3 October 2022, 10:31 pm EST

    Hello,

    is it possible to hide Flexreport fields with border if they are empty. see attached picture.

    Best regards

    Said

  • Posted 22 April 2022, 4:43 am EST

    Hello Said,

    Thanks for the snapshot.

    You can hide FlexReport Field on the basis of their value. For that you need to add script in Detail.OnFormat as: (see script)

    
    If (Flag = Null) Then
    FlagField.Visible =False
    Else
    FlagField.Visible =True
    EndIf
    
    

    Please refer the attached sample for the same : HideFlexReportField.zip

    Best Regards,

    Nitin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels