I am using the Cloud version of Mongoose.
I'm taking another look at how to build Mongoose reports. Since the last time I looked at Mongoose Reports. The Mongoose Development Team build the Runtime Builder Report template. The template allows for selecting different regions to include on a report. I'm confused about what Region to use for displaying the contents of an IDO down the page. It appears the Detail region is used to display many rows. I want to display one IDO record with each field listed down the page.
This is what I want to do:
Field#1
Field#2
Field#3
It appears that the Detail section displays data like this.
Record#1
Record#2
Record#3
I see how the Report Builder Template allows for having selection criteria. That gives me the one record. I'm just not seeing how to add lines to the report. I've worked with Flex Layout. Usually, I can click the plus button to add a line. But I'm struggling on what to do. Anyone have any suggestions? Does anyone know of any documentation for building reports?