Hi Team,
Not sure if this is a known issue, i have noticed that the nested report that i have placed in my Datawindow summary section is not displaying all the data retrieved by the report and is truncating after a few rows (I have attached a screenshot with this issue).
Any suggestion, advise greatly appreciated.
Version Info: PowerBuilder 2021 Build 1509 (Runtime version 2021 Build 1509).
Thanks in advance,
Suresh
What i did is somewhat similar and seems to be working fine now.
What i did to accomplish this:
1. Moved the nested report from the Summary band (r_indprofile_rlse_summary) to the Detail band of the Main Report.
2. Set the Summary Band Height to zero.
3. Passed in the Individual ID from the Main report to the nested report.
4. Position tab of the nested report set - Autosize height and Directly Above.
Please note:
1. The report seems to be returning all the rows for large datasets.
2. The report is only for a single Individual (so Individual ID is passed on to all the nested reports from the main report).
3. Seems to be working fine for a few accused which were manipulated to have larger result sets (UAT).
Thanks very much for your help John.
P.S:
Report Design:
1. A single Individual ID is passed on from the Main Report to all the nested reports.
2. An Individual may have multiple addresses, Charges, Alias, co-accused and Release Summary (Files that the accused individual is directly associated with and the events on those files that are of interest to the Crown to make a decision to deny or approve Bail).
Assumption:
I am assuming that the PowerBuilder Datawindow Summary tab as of now (PB 2021, Build 1509) is not designed to return large result sets.