Hi all,
my goal is to aggregate several question in one column, with a comma as separator.
So I insert a Repeat section in my survey. But I don't want any related table in my structure. So I insert null as parameter in bind::esri:fieldType column, as you can see below.
| type | name | calculation | bind::esri:fieldType |
|---|
| begin repeat | RepeatSection | Repeat | null |
| text | MyQuestion | My Question | |
| end repeat | | | |
| text | QuestionJoin | join(",",${MyQuestion}) | |
Unfortunately the table is present in the structure.
Is this an expected behavior?
Thank you
Stefano