Hi all,
My agency is working on transitioning to Survey123 and other products to digitize our data collection process. I am working on a survey for one of our programs, I am trying to figure out the best way to digitize the following table used for quick data collection. Parameters are measured by group 1 (1ST) and group 2 (2nd) about every 3-5 minutes and recorded on this table. It is imperative that we are able to quickly record these 2 values accurately so we can compare them later on.
What is the best way to digitize this using an ESRI form? Is there a way to add this into a Survey using Survey123, or would it be better to create this form in Field Maps or Quick Capture (or another app)?
Thanks so much!
Solved! Go to Solution.
There are two components to the Overview table. Depending on you needs, you may only need one of the two:
Layout
NOTE: This is important. I am not using the grid survey style. In my case, I am using the "pages" survey style, but you could just as easily leave that field empty. When I say "survey style", I am referring to the "style" column in the "settings" tab of the XLSX.
Parameter Stabilization (super general guide)
indexed-repeat(question, repeat, index number) | Returns the value from a specific question in a repeat record. For more information, see Repeats. | indexed-repeat(${room_no}, ${floor}, 3) |
Hopefully I remembered all the important things. If not, let me know.
As a side note, here is everything (outside the repeat) that goes into testing if a single parameter is sable. If this is something you require, I can go into more depth where needed.
Grids are about as close as you can get. https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-groups-grids-and/b...
Yours may be a bit too many fields to fit but you could try some variations.
I have a similar chart for GW monitoring... Unfortunately, a linear list is the best solution I could find.
Here is an example from one of the low-flow sample sheets. Likely similar to what you are doing. The parameters are select-able on the previous page (I only selected a few for the sake of screen shots).
This could work- did you use the grid functionality listed above? The data we will be collecting with this form are also groundwater data.
Thanks!
Not quite. I am not a fan of the grid function (at this time). Too messy IMO (you can't hide the grid lines at all).
Fun fact about the grid implementation though! You can actually use the syntax in non-grid surveys. You are limited to columns of identical width, and can only add columns to groups, but it still works wonders. Just add w# to a group's appearance (e.g., w3 will add three columns to a group). This is what I am doing for the "Overview" section:
EDIT: It can be applied to Groups and Repeats. I forgot to mention repeats above...
Hi again,
Can you provide some detail as to how you achieved the Overview table below the repeat grouping? I think something like that would help our crew out in the field. Did you use the join functionality? Thanks!
There are two components to the Overview table. Depending on you needs, you may only need one of the two:
Layout
NOTE: This is important. I am not using the grid survey style. In my case, I am using the "pages" survey style, but you could just as easily leave that field empty. When I say "survey style", I am referring to the "style" column in the "settings" tab of the XLSX.
Parameter Stabilization (super general guide)
indexed-repeat(question, repeat, index number) | Returns the value from a specific question in a repeat record. For more information, see Repeats. | indexed-repeat(${room_no}, ${floor}, 3) |
Hopefully I remembered all the important things. If not, let me know.
As a side note, here is everything (outside the repeat) that goes into testing if a single parameter is sable. If this is something you require, I can go into more depth where needed.
Thank you, this is super helpful!
When you say you want to digitise this, do you mean you want it to look exactly like the paper form, or do you mean that you want to capture the same information.
I've attached an example of how to capture the same information.
There isn't enough detail of your work flow to know how best to do this. When you say "Parameters are measured by group 1 (1ST) and group 2 (2nd)", are groups one and two different groups of people measuring the data at different points in a process chain? Do they currently physically pass the sheet of paper between the groups, and do they need to do that with the tablet? Can you afford two tablets?
Without that sort of detail it's impossible to know what the optimal way of doing this is. It's perfectly achievable under any scenario, but the optimal way of doing it is likely to be very different from the way you are appear to be currently doing it using paper and manual entry.