Posted 14 April 2026, 8:50 am EST
We have a report (page, group, detail) driven from a SQL script. We would like to be able to skip a record if a certain criteria is met, and just go to the next record.
So, basically in the detail section:
if (rpt.fields(“skip”)==“YES” {read next}
else
{ continue with the detail logic and displays}
Is something like that possible that i am just missing in the documentation?
