Show a subset of records in various places on a page

I initially thought this would be easy but am now wondering the best way to achieve this.

I have a query which will return some records. I want to show those records in different places on the page depending on the value of one of the fields.

For example, one field is ‘paragraph_number’ and I want to show all the records matching a particular number on one place in the page. Further down I want to show all the records with a different paragraph number.

I wondered if the Data Iterator was the way to go, or possibly Data Detail, but I’m now not so sure.

Also, where would be the best place to action it? I want all the info to display right away and not processed when an event like a button click is run.

Community Page
Last updated: