|
POST
|
Would it work to have the number of columns question set to have a default value of 0?
... View more
08-05-2022
07:55 AM
|
0
|
1
|
1209
|
|
POST
|
I see this question get posted probably once a month, maybe Esri will come up with a standardized tool eventually... In the meantime, check out the thread in this post. It's possible by writing a python script. https://community.esri.com/t5/arcgis-online-questions/possible-to-find-out-where-feature-layers-are/m-p/1154246#M44877 Hope that helps!
... View more
07-25-2022
12:08 PM
|
0
|
0
|
1883
|
|
POST
|
Yup, exactly! The calculation returns a result which populates that field, but it can't reference itself, so the output is a different field/question.
... View more
07-21-2022
01:49 PM
|
0
|
1
|
1247
|
|
POST
|
You need the dollar sign in front of the curly brackets ${total_flow2} * 1000
... View more
07-21-2022
01:40 PM
|
0
|
3
|
1250
|
|
POST
|
You can use the "selected" syntax in the report template and it will create a checkbox. ${question1 | selected: “answer1”} If the above statement evaluates to True, it will return a checked box. If it evaluates to false, it will return a blank box. Hopefully that works for what you need!
... View more
07-21-2022
12:41 PM
|
1
|
0
|
494
|
|
POST
|
It looks like you entered the calculation under the "Hint" column in the XLS form. You need to have a separate field (row in the XLS form) that will return the value of the calculation (the BMI). For this row, you enter the calculation expression in the "Calculation" column of the XLS form.
... View more
07-20-2022
06:34 AM
|
0
|
8
|
3111
|
|
POST
|
Well, the formula for BMI is BMI = kg/m2 so you'll need a question for weight (in kg) and height (in meters). Then you just reference those fields in the calculation column of the XLS form (if you're using Survey123 Connect). Are you using connect, or the web form? The calculation would look something like this: ${weight} div (${height} * ${height})
... View more
07-19-2022
06:46 AM
|
2
|
1
|
3139
|
|
POST
|
So glad you got it working! 🙂 For writing quick statements like this, I usually use Notepad++. You don't have to save the document as a certain file type for the parentheses highlighting to display (like you can see in the screenshot, where the matching ones appear in red.) For more involved coding, I've used PyCharm, Atom, or Sublime depending on the language I'm writing in.
... View more
07-15-2022
11:07 AM
|
0
|
4
|
4597
|
|
POST
|
Sorry, I didn't notice this the first time....I think you need a parentheses here too? Because the 'NULL' is the final ELSE statement. (I highly recommend writing these statements in an editor like this with syntax highlighting! It always helps me with the grouping.) If this still doesn't work I'll try to help more, but...let's try to get the simple stuff out of the way first 🙂
... View more
07-15-2022
10:54 AM
|
0
|
6
|
4602
|
|
POST
|
At a quick glance, I noticed in your expression that you're missing a parentheses here: Does adding that fix the statement?
... View more
07-15-2022
06:22 AM
|
0
|
8
|
4609
|
|
POST
|
Ah, ok I see now. I would have to do some testing and experimenting to see if a syntax directly in the report would work for that, but one idea that came to mind would be a schema change in the survey. Have a hidden question that returns "True" if choice1 OR choice3 OR choice5 is selected. Then in the report, populate the checkbox based on that hidden question.
... View more
07-06-2022
06:21 AM
|
1
|
0
|
8230
|
|
POST
|
I think the issue is somewhere in your vegetation and/or soil section, but can you provide the XLS form so we can see how you structured the schema? Also, funny enough, I've basically done an identical workflow, creating a report template for the Wetland Determination Data Forms in Survey123. Maybe send me a DM if you would like to chat more...
... View more
07-05-2022
01:19 PM
|
1
|
1
|
4871
|
|
POST
|
Hi @ThomasM ! You might find it helpful to look at the "Conditional Report Elements" section of this documentation The syntax is slightly different for the reports compared to within the XLS form. If you have a more specific question after reading that, let me know and I'll do my best to assist. 🙂
... View more
07-05-2022
09:55 AM
|
0
|
3
|
8248
|
|
POST
|
I always use this workflow when downloading feature layers, the export button has never worked for large file geodatabases for me. https://support.esri.com/en/technical-article/000014156
... View more
07-05-2022
07:03 AM
|
3
|
0
|
4502
|
|
POST
|
Hi Dan, thanks for your response! 1. The user said that the offline map area was very new, so I don't believe there were any schema changes between download the area and trying to sync. 2. The version of Collector on the device is 20.2.4, build 2851 3. This issue did NOT occur with other maps on the device. I created test data on other maps and they synced successfully.
... View more
06-28-2022
11:06 AM
|
0
|
0
|
1412
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 04-17-2026 09:23 AM | |
| 1 | 04-10-2026 08:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 hours ago
|