Survey 123 Feature Report Formatting

411
2
04-18-2020 04:50 PM
EricStarn3
New Contributor III

Hello All,

I have a feature report that I formatted but am having a problem with the formatting for a repeat (related table).

I get it to cycle through all the fields just fine but it mashes the last two fields together into one string. 

Is there a good way to format that so it does not do that?

syntax 

Key Leaders:

${#key_leaders}${position}

${pos_title} ${name}

${telephone}${/key_leaders}

Results

Position

Title

Name

PhonePosition

Title

Name

Phone

0 Kudos
2 Replies
JamesTedrick
Esri Esteemed Contributor

Hi Eric,

Apologies for the delay.  Based on the layout you show, you should add a newline either at the top or at the bottom so that a line break either starts or finish the repeat; for example:

${#key_leaders}${position}

${pos_title} ${name}

${telephone}

${/key_leaders}

0 Kudos
EricStarn3
New Contributor III

Thanks for the response.

I didn't realize you could add a carriage return after the last field and still have it work.

Thanks again,

Eric

0 Kudos