Notifications
Clear all
Topic starter
How can I print records that have null (blank) subreport data only?
Thanks
Posted : June 25, 2018 5:45 am
Put a shared variable record counter in the subreport, initialize to 0, increment for the number of records or alternatively initialize a shared Boolean variable to false, set to true in the detail section of the subreport. Access the shared variable in the main report in a section below the section with the embedded subreport and do whatever logic is appropriate. If you would like to see an example, contact me directly.
Posted : June 25, 2018 7:14 am