Select to view content in your preferred language

Survey123 Report Template Summary- How to make wildlife species only represented once within a summary report for a repeat single select question

468
1
08-15-2023 09:55 AM
Bio_GIS
New Contributor III

We are trying to create a Survey123 report template that exports a summary table of wildlife species observed within our Survey123 forms. However, we would like the species to only be represented once. Currently our code for grabbing the species and placing in ascending order is as follows:

$<$summary>

${#wildlife_observations| orderByFields:” wildlife_observed ASC” ${wildlife_observed}

${/}

Would someone be able to assist us with the additional command we need to have each species represented only once in our table? The data is collected within a repeat single select with associated domain list. 

0 Kudos
1 Reply
BarbaraWebster1
Esri Regular Contributor

Hi @Bio_GIS,

Have you looked into the groupByFieldsforStatistics parameter of the stats method? It's documented in the Survey123 Report queries>Aggregate functions section of the documentation and there's an example in the Survey123 Report queries>Include select value section.

Thanks,
- Barbara


0 Kudos