Posted 21 April 2022, 3:58 am EST - Updated 3 October 2022, 10:31 pm EST
Flexreport hide empty fields with border
Posted by: saidnai on 21 April 2022, 3:58 am EST
-
-
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