We have a survey with a repeat table holding a selection type and multiple photographs per repeat.
In the report, however, we want to only display one image per repeat. Our current syntax is as follows:
${#rpt_slope_type}
${slope_type_img | size:300:0}
${/}
This will return all the images per repeat though. How can we get the report to display only 1 image per repeat?