Hello,
I am creating a survey to collect data on trees in the Survey123 field app (data such as tree ID #, heights, species, diameters, etc.). This can be hundreds of trees, and after collecting all of this data, I want to figure out what are the largest diameter trees within the plot. Currently, we are having to look tree-by-tree and take notes on which trees have the largest diameters; I want to be able to look at a list of all of the trees at once rather than going through them one at a time- having them ranked by largest to smallest diameter would be even better!
Any ideas on how this can be done? I tried to calculate a field called TREE_SUMMARY with the formula being: concat('Tree',${TREE_NUMBER},'-',${TREE_SPECIES},'-',${TREE_DIAMETER},'cm-',${TREE_HEIGHT},'m'). This relates to the esri parameters I set for the group, which is: table-list;repeat-label=${TREE_SUMMARY}.
I'm still pretty new to Survey123, so if you have any suggestions on what I could do in the field to get a list of all the tree data after I'm done collecting it, I'd appreciate the advice. Going through trees one by one for hundreds of trees is not fun.
Thanks in advance