|
POST
|
did you ever get it working, we are trying the same sort of thing i can add the data into a arcgis online map and it shows okay but as soon as you open it in a arcgis web appbuilding you get a blank basemap Stu
... View more
05-17-2022
04:40 AM
|
0
|
0
|
2827
|
|
POST
|
is it possible to filter in the survey123 portal for where a field has a special char like an underscore you can do it via python or the rest API but i can't work out a way in the portal OSID like '%\_%' ESCAPE '\'
... View more
05-06-2022
06:23 AM
|
0
|
0
|
560
|
|
POST
|
@PhilLarkin1 did you ever get this to work? i am having the same issue
... View more
04-21-2022
02:44 AM
|
0
|
0
|
2087
|
|
POST
|
thanks @ZacharySutherby i'll have a look into it, i have used the REST endpoints before its just getting that link i guess. Stu
... View more
03-22-2022
02:58 AM
|
0
|
0
|
1172
|
|
POST
|
is it possible to update a feature in a feature service once a survey has been completed the sort of use case would be: select polygon in webapp and click complete survey link this opens up the survey in survey123 and pre-populates the key that is the polygons objectid / globalid the survey is completed and then that status field on the polygon is updated to survey completed etc i guess i could create a notebook script that runs once a day to do it but is there something similar to a webhook. Stu
... View more
03-21-2022
09:35 AM
|
0
|
2
|
1223
|
|
POST
|
thanks @DanPatterson that seems to be it, he's running a really old version (2.20) thanks again Stu
... View more
03-21-2022
08:18 AM
|
1
|
0
|
1028
|
|
POST
|
from what i can see i the tool help for Near it should be available to all licence's of ArcGIS Pro, but one of my colleagues has a standard licence and its shown as locked has this changed? Stu
... View more
03-21-2022
06:46 AM
|
0
|
2
|
1059
|
|
IDEA
|
thanks @EmilyMcLeanACTGOV i didn't know that the option already existed for hosted layers, just done some testing and yea it works just needed to enable download in the feature service and also in the dashboard element settings 🙂 it doesn't work for data sources which are arcade data expressions which is a shame thanks Stu
... View more
01-31-2022
01:50 AM
|
0
|
0
|
1423
|
|
POST
|
this is the original post: https://community.esri.com/t5/arcgis-online-documents/dynamic-date-filter/ta-p/920367 Stu
... View more
01-17-2022
01:57 AM
|
1
|
0
|
3370
|
|
POST
|
i dont know how to do it in a view but we have a set of maps showing features based on a survey to and survey from dates using the Arcgis online assistant (https://ago-assistant.esri.com/ )you can manually edit the feature service filters, i'll see if i can find the original post about it.... Stu
... View more
01-17-2022
01:55 AM
|
1
|
0
|
3370
|
|
IDEA
|
now that we have a table option in Dashboards (which is great) could we have the option to export the table to a CSV or Excel file it would be very useful for the end users Stu
... View more
01-14-2022
02:53 AM
|
2
|
3
|
1491
|
|
POST
|
thanks @RobertAkroyd1 i recreated the task and it worked twice and failed once and i noticed on my other Notebook thats setup to run every 15 minutes its failed more times than its ran yesterday, in fact its not even tried to run since yesterday afternoon i guess there are some serious issues going on at the moment, maybe its all linked to the other issues i have been having around not being able to export surveys from Survey123, it all seems to have got worse in the last two weeks since the AWS issue thanks again Stu
... View more
12-19-2021
11:49 PM
|
1
|
0
|
1574
|
|
IDEA
|
we have two large survey123 feature services and we wanted to create a view that shows just the ones edited within the last 3 months, you can do that for the top (parent) layer but it wont filter the related features / tables to only show the ones related to the top level features... the only option you have is to filter the edited data on each feature layer / table of the feature service but by doing this you exclude any related data which was edited before the 3 months where the parent was edited within 3 months
... View more
12-17-2021
03:28 AM
|
2
|
0
|
567
|
|
POST
|
i couldn't get that to work so just used the objectIDs and did a filter to bring them back in small chunks of 1000, it then loads each chunk into a pandas dataframe steps = 1000
z = 0
sOID = 1
MaxOID = 391283
while sOID < (MaxOID+steps):
whereFil = "objectid >={0} and objectid < {1}".format(sOID,sOID+steps)
Upd2k = xxdata.query(where = whereFil,out_fields = outFields)
sOID +=steps
if z == 0:
resdf = pd.DataFrame(Upd2k.sdf)
z +=1
else:
resdf = resdf.append(pd.DataFrame(Upd2k.sdf), ignore_index=True)
... View more
12-17-2021
12:31 AM
|
0
|
0
|
2727
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-16-2025 02:25 AM | |
| 1 | 09-08-2025 07:14 AM | |
| 8 | 07-17-2025 01:23 AM | |
| 3 | 07-04-2025 02:55 AM | |
| 1 | 06-27-2025 03:41 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-17-2026
05:42 AM
|