nested loops?
-
I see half of my question is answered in 1.1.29: The To-Do entry concerning looping through attachments using apr_loop. Is there currently, or do you anticipate there being, any way to nest loops?
For instance, I have a Virtual Post defined using ‘FIND(‘$1′,genre) > 0’ as its filter. It maps to a page containing a field-less [apr_loop], resulting in a list of all records whose ‘genre’ (a multi-select) contains ‘$1’. For each record, I’d like to be able to loop through its ‘images’ field to display thumbnails for, say, the first 5 images. I’ve not been able to find a way to loop through a field within a record-by-record loop.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘nested loops?’ is closed to new replies.