Hello all,
So I am having an issue if I want to create an older report from my related records table. Currently I use this
${#inspections | orderByFields:"inspection_date DESC" | resultRecordCount:1}
This pulls the newest records and creates the report. But I want to pull the second record, or third record, instead. How would a choose which repeat I want to include in report. I have added a template that I use for the repeat. but like I said it only pulls the newest by date.