Join questions without related table

498
2
09-15-2020 08:49 AM
SMauri
by
Occasional Contributor III

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.

 

typenamecalculationbind::esri:fieldType
begin repeatRepeatSectionRepeatnull
textMyQuestionMy Question
end repeat
textQuestionJoinjoin(",",${MyQuestion})

 

Unfortunately the table is present in the structure.

Is this an expected behavior?

Thank you

 

Stefano

0 Kudos
2 Replies
IsmaelChivite
Esri Notable Contributor

Hi. This is expected behavior. The null value in bind::esri:fieldType will be ignored by repeats.

0 Kudos
SMauri
by
Occasional Contributor III

Hi Ismael,

thank you for quick reply.

Can you suggest me any workaround to get the required goal?

Cheers

Stefano

0 Kudos