|
POST
|
What is the field type? If you use note it defaults to string. You can use bind::esri type or set to integer then appearance to hidden. Hard to tell without the form.
... View more
03-25-2025
09:11 AM
|
0
|
0
|
474
|
|
POST
|
Looks like you are checking for more than 10 and less than 10 on those last 3 lines. that is not possible to be both at the same time.
... View more
03-25-2025
09:09 AM
|
0
|
14
|
4697
|
|
POST
|
I would write it more traditional like this. easier to follow. if($feature.BuildingType != 'Residential'){
//handles non-residential buildings and returns not applicable
return 'Not Applicable'
}
else if($feature.Damaga == 'Severe' || $feature.Damage == 'Destroyed'){
//if it is "Residential" will check for damage and return val
return 'Not Habitable'
}
else {
//if the building is residential and the damage is not severe or destroyed will return this vallue
return 'Habitable'
}
... View more
03-25-2025
08:31 AM
|
1
|
2
|
2625
|
|
POST
|
Always put pulldata in its own field then use that field otherwise it does not run correctly. Many posts on this.
... View more
03-20-2025
02:02 PM
|
0
|
2
|
2099
|
|
IDEA
|
I talked to a developer at Dev Summit and they were able to add this right in front of me with 1 line of code! So it looks to be a super easy add. Can we please get this added. thanks a lot @JonathanUihlein
... View more
03-20-2025
08:59 AM
|
0
|
0
|
781
|
|
IDEA
|
They added this for us a few months ago based on some of my posts and others. You have to set it up ahead of time. Check out this post https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/use-layer-filters-in-field-maps/
... View more
03-19-2025
09:10 AM
|
0
|
0
|
1372
|
|
POST
|
I do not think 123 supports the new time only fields yet. Not positive but I would check into that.
... View more
03-19-2025
09:07 AM
|
0
|
1
|
2057
|
|
POST
|
No you would have to scroll through all repeats for the calculations to refire. This is the same issue you posted yesterday. For us we load all the plots into Field Maps and use launch links to pass over the PlotID and other config fields to 123. We never let them edit the PlotID. This was a big win for us since, as you say, the user enters wrong IDs a lot. We even send the lat/long to the form and warn them if they seem far away from the plot they picked in Field Maps. Field Maps allows the crews to have a actual map to find the locations. More advanced workflow but its works well for us. We still have some that sneak through and we have QA scripts that run to check for this. You could also have your plot list be a csv with lat/longs in it and warn the user they are far away.
... View more
03-18-2025
06:52 AM
|
1
|
0
|
939
|
|
POST
|
Did you also set the Collaborate settings at https://survey123.arcgis.com/ ?
... View more
03-18-2025
06:28 AM
|
0
|
1
|
2246
|
|
POST
|
At Dev Summit they showed a whole new way to add related records that seems much better. I think it is 1 click now. Bad pic but you get the idea. Not sure the exact time but I think next release. May be worth checking that out.
... View more
03-17-2025
04:21 PM
|
2
|
14
|
3590
|
|
POST
|
If the user has no account then I think it cannot tell who is who when you edit. Not even sure anonymous can edit at all. Check here it has everything in this post. https://community.esri.com/t5/arcgis-survey123-blog/getting-started-with-public-surveys/ba-p/897076
... View more
03-17-2025
04:15 PM
|
0
|
3
|
2271
|
|
POST
|
If you mean all repeats update at once then no. You would have to scroll through each repeat for it to fire again. Know limitation. One workaround is to put the relevant on the repeat itself (I think that works) or a group. But be careful it can wipe a lot of data like that.
... View more
03-17-2025
04:14 PM
|
1
|
0
|
788
|
|
POST
|
116 MB is rather large for the media folder. I had to work mine down to 21 MB and it still stalls out at times. I used a online compressor to get them as small as I could. I would try to make them smaller. The tablet will also struggle to download this much. One thing that helped was to publish first with no media then publish a second time with the media in there. I have to do that every time I make a new one of these forms.
... View more
03-17-2025
07:00 AM
|
0
|
1
|
1414
|
|
POST
|
You would want to use a repeat for this. I would not use a select multiple as the data is so hard to peal apart later. Plus no real way to match up the cover. I have a species form now that does this and checks for dups. The list lets you pick common name, scientific name, or code also. I can share them out but heading out for the week. If you want it send me a message. Lists can handle 60,000 or more. If you list is small there are some other options.
... View more
03-10-2025
06:48 AM
|
0
|
1
|
1351
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | Tuesday | |
| 1 | Tuesday | |
| 7 | Tuesday | |
| 3 | Tuesday | |
| 1 | 04-10-2026 08:18 AM |
| Online Status |
Online
|
| Date Last Visited |
an hour ago
|