|
POST
|
Thanks Doug, I see that functionality when accessing through the "Sent" box as you mentioned. However, almost all of my surveys use the "Inbox" feature instead of the "Sent" feature, and I know it's not recommended to have both enabled at the same time. Do you know if it's possible to do this while using the inbox feature? I tried but it seemed like I could only edit the existing survey.
... View more
10-31-2022
04:20 PM
|
0
|
1
|
2851
|
|
POST
|
Hello, I am wondering if it is possible for users to copy a sent survey using the Survey123 field app, so that they only have to change a few fields in a complex survey when most of the data is the same to the one they just submitted. I've seen this post which says this can be done using the web version (I even commented on it a long time ago, but didn't receive a response) but I'm wondering specifically if this is possible to do in the field app? I've tried using the "Favorite Answers" method but I haven't gotten it to work like I had hoped for this functionality... Thanks!
... View more
10-31-2022
02:28 PM
|
0
|
4
|
2963
|
|
POST
|
The only way that I think this might be possible would be with a custom add-in... https://developers.arcgis.com/survey123/guide/ If there is a way to do this "out of the box", I'd love to know!
... View more
10-31-2022
11:11 AM
|
0
|
0
|
899
|
|
POST
|
Could you provide your XLS form so I can see how the schema is structured? I'll try to help...
... View more
10-31-2022
09:00 AM
|
1
|
1
|
1118
|
|
POST
|
Hmmm, that's strange. Can you attach your latest version of the template? (and provide the XLS form again if you've made any changes since the original post)
... View more
10-28-2022
11:15 AM
|
0
|
0
|
2828
|
|
POST
|
I have seen this behavior before, I know it was a bug that I thought they produced a hot-fix for, but I've still experienced it intermittently. It usually works for me after a few more attempts of clicking "Update Survey".... (I'm on version 3.14.256)
... View more
10-27-2022
12:15 PM
|
1
|
1
|
1878
|
|
POST
|
I've actually never done this with any of my surveys, but it sounds like you could use a WHERE expressions for this? https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm#ESRI_SECTION1_635E85B962D64E699F1C277423026A52
... View more
10-26-2022
07:53 AM
|
2
|
0
|
771
|
|
POST
|
Thanks for the response, Dan. I subscribed to both of those bugs. However, I tried the workaround of closing and reopening the project and the symbology still hadn't been applied to the layer. Any ideas of what else could be causing it?
... View more
10-24-2022
05:35 PM
|
0
|
1
|
2620
|
|
POST
|
Hello, I am attempting to write a map automation script for ArcGIS Pro. Taking things one step at a time, and so far the script successfully creates some layers, adds them to a specified geodatabase, and then adds them to the current map in the Pro project. I then need to apply symbology to the layers, which I am trying to do using arcpy.ApplySymbologyFromLayer_management. Here is a snippet from my code: aprx = arcpy.mp.ArcGISProject("CURRENT")
m = aprx.listMaps("Primary Map Frame")[0]
m.addDataFromPath(f"{out_gdb}\BackgroundPointsFiltered_{dateTag}")
m.addDataFromPath(f"{out_gdb}\CompliancePointsFiltered_{dateTag}")
m.addDataFromPath(f"{out_gdb}\WorkLocationPointsFiltered_{dateTag}")
in_layer = m.listLayers()[2] # The background points layer that was just added to the map frame
in_symbology_layer = r"R:\gis\.....BackgroundPointsFiltered.lyrx"
arcpy.ApplySymbologyFromLayer_management(in_layer, in_symbology_layer) I've tried many other variations that I've seen from hints on stackexchange and geonet, but none have seemed to work for me. The script doesn't fail, but the symbology doesn't update. What am I doing wrong here? Or is this somehow still related to a bug that I've seen mentioned related to this tool? I'm using ArcGIS Pro v3.0.2
... View more
10-24-2022
05:01 PM
|
1
|
6
|
2649
|
|
POST
|
Yes, I think so....go ahead and try to upload it and see if you still receive an error.
... View more
10-24-2022
04:58 PM
|
0
|
2
|
2867
|
|
POST
|
@DougBrowning I marked your answer as correct because it pertained to my original question about the syntax. Thanks for the help! What I ended up doing was just making the coordinate fields visible and instructing the field crew to make sure they hit the "refresh" icon if they update the position in the map when accessing through the inbox. Not ideal for certain reasons (can't be read-only), but it'll work for now. Thanks again!
... View more
10-24-2022
02:40 PM
|
0
|
1
|
4951
|
|
POST
|
I did some testing, and specifically I think it's an issue with your photos repeat syntax. Put the ${#photos} text within the same table as the rest of the photo repeat information and see if that fixes it for you.
... View more
10-24-2022
02:35 PM
|
0
|
4
|
2873
|
|
POST
|
oh, I'm so happy to hear that! Thanks for the follow up 🙂
... View more
10-24-2022
01:06 PM
|
0
|
0
|
4578
|
|
POST
|
Hmmm, I tried using the syntax "query allowUpdates=true calculationMode=always" and it didn't return the coordinate value when I opened the survey in the inbox. (it does retrieve as expected when I only use "query allowUpdates=true".) For additional context, these Latitude and Longitude fields are pulling values from a geopoint question with a null field type, because I have multiple geopoint questions in my survey. The behavior I'd ultimately like to see is that the fields populate with coordinates when a location is selected on the map in the survey. This point won't be recorded due to the null field type, but the coordinates will. When a user reopens this survey in the inbox if they need to edit something, the coordinates will appear from the original time they selected a location. However, if they click on the map for the null geopoint question and select a new location, I want these coordinates to be updated (hence the calculationMode set to always). I found that without this, these values weren't updating even when a new location was selected in the map. Now that I think about this more, perhaps the calculationMode being set to always is overwriting the value being returned, since the geopoint itself isn't saved so it thinks it doesn't have any geometry input yet. Is there a better way to go about doing this? I was honestly surprised that the coordinates didn't update automatically when a new location was entered, since I thought "calculatioMode=auto" was the default mode for calculations in a survey?
... View more
10-24-2022
11:41 AM
|
0
|
2
|
4993
|
|
POST
|
Hello, I have the text "allowUpdates=true query" in the bind::esri:parameters column for a certain question in my XLS form, as it is my understanding that this is required for a question's value to be retrieved and editable using the inbox functionality with the Survey123 field app. I also want this question to have the parameter set to "calculationMode = always" so that the question will recalculate whenever the geopoint question is updated (it will populate with coordinate values using pulldata from the geopoint). I have tried separating these two parameters with commas and semicolons, but it's not behaving the way I would expect. Can someone please help with the correct syntax that is needed to have multiple parameters listed within this cell, and also if I am understanding the "allowUpdates=true query" statement correctly? Thank you!
... View more
10-24-2022
10:51 AM
|
0
|
4
|
5031
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 14 hours ago | |
| 2 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | a month ago | |
| 1 | 04-10-2026 08:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
15 hours ago
|