POST
|
Hello, Please see the screenshot below. I am using survey123 connect latest version and survey123 web for analyze and data report. How can I turn it on to view for analyze? It is not clear. Please advise. Thank you for your time and support!
... View more
04-04-2025
11:20 AM
|
0
|
2
|
319
|
POST
|
Hello, I am using instant app manager from AGOL. Where can I find to print or export table that including attachments? Or if is there any other different apps capabilities to print or export including attachments with table/attribute info? Thank you for your assistance.
... View more
04-01-2025
01:58 PM
|
0
|
1
|
237
|
POST
|
Hello, Using Survey123 connect 3.22.49 and survey123 field app 3.22.53. How can I disable or hide 'Save in Drafts' button as well as draft box on field app? Please kindly confirm. Thank you for your support.
... View more
04-01-2025
12:12 PM
|
0
|
1
|
213
|
POST
|
@DavidSolari Thank you for the details. I don't think it's working. I attached another form2 and the screenshot. survey app keep loading nonstop when it was submit.
... View more
03-19-2025
01:57 PM
|
0
|
1
|
762
|
POST
|
Hello @DavidSolari Thank you for your reply. I am asking instead of the user picks a park from the list, I would like to have a park populate automatically at their location without selecting the list every time collect a new survey. Hope this clears up.
... View more
03-19-2025
12:52 PM
|
0
|
3
|
768
|
POST
|
Hello, I am using survey123 connect from AGOL. Please see file attached csv. I am trying to set up pulldata automatically location without select from polygon existing feature layer for park. But it is not what I'm expecting. I don't want users to use select one list autocomplete search the list of park location. I have been to look and noticed a lot has been updated survey123 over the year. Furthermore, I am not sure what I am missing. Please kindly assistance. Thank you for your support and time. select_one list_untitled_question_16 park Park: autocomplete search("list_untitled_question_16?url=https://services.arcgis.com/-------/arcgis/rest/services/Parks_Boundary/FeatureServer/0") yes 255 geoshape park_geometry Park:_geometry hidden pulldata("@layer","getValue", "geometry", "https://services.arcgis.com/---/arcgis/rest/services/Parks_Boundary/FeatureServer/0", concat("NAME = ", "'", ${park}, "'")) mapTools=mapSwitcher
... View more
03-19-2025
09:25 AM
|
0
|
5
|
823
|
POST
|
Hello, Please a screenshot below. I have ArcGIS pro, portal, and online. For this, I am using ArcGIS Pro and it's signed in to ArcGIS online. By using enrich tool, where is the data source coming from? does ESRI do their own surveys? Where is that data set coming from though - is it census, etc?? It is not clear. I read some info stated business analyst, esri or online. Please clarify. Thank you for support and time.
... View more
12-21-2023
09:26 AM
|
0
|
0
|
698
|
POST
|
@RonaldHaug Hello thank you for the info. I am rusty. i was trying to pull data but i am unable to. it shows only table of total population. and how do i set up heat map? please kindly advise. thank you.
... View more
12-19-2023
01:04 PM
|
0
|
1
|
1138
|
POST
|
Hello all. I have ArcGIS Desktop, GP tool, ArcGIS Pro /online/portal, python, enterprise. GIS Map of the City, with points for elderly residents. Those point clusters should start to create a heat map like visual that can show where the highest concentration of elderly residents live. The points for the trolly stops and public transit stops should be the easiest points to source and are there purely for context about nearby transit options the clusters might have available. This person identified several age bands for the data (maybe color coded) 60-70, 71-80, => 81. Some potential data sets we might be able to use to source the demographic info were parks data (silver club members, current - but that will be a small pool), potentially voter registration, golden passport members. Those were just some ideas that came up - we're open to any additional data sets that can help us inform the outcome we're looking for. Please kindly advise. Thank you for your support and your time. Alex
... View more
12-18-2023
11:40 AM
|
0
|
3
|
1229
|
POST
|
@Robert_LeClair Thank you for your reply. I tried to run enrich tool included distance as 0 from point shapefile. the result was error. I also do have ArcGIS Insight. Do you have steps to recommend?
... View more
12-06-2023
10:22 AM
|
0
|
1
|
993
|
POST
|
Hello, I have ArcGIS Pro, and ArcGIS Online. I have a question regarding the point shapefile transit stop in city boundary. Someone wants to see a GIS Map of the City, with points for elderly residents. Those point clusters should start to create a heat map like visual that can show where the highest concentration of elderly residents live. The points for the trolley stops and public transit stops should be the easiest points to source and are there purely for context about nearby transit options the clusters might have available. identified several age bands for the data (maybe color coded) 60-70, 71-80, => 81. Some potential data sets we might be able to use to source the demographic info were parks data (silver club members, current - but that will be a small pool), potentially voter registration, golden passport members. Using Age: 5 years increments population senior citizen 60+. I found tools Enrich and Buffer. Is it required to input distance or can it be without? Please need your advice. Thank you for your time and support. Alex
... View more
12-06-2023
09:31 AM
|
0
|
3
|
1064
|
POST
|
Hello @RhettZufelt Thank you for your reply. Do I also need to input UNC path on add argument optional since it is not letter C:?
... View more
03-16-2023
09:27 AM
|
0
|
1
|
3150
|
POST
|
Hello, Thank you for your reply. the add argument is already add full path. by full path, I have different letter than C: and it is already set up map network. I am gonna try using UNC as per @RhettZufelt .
... View more
03-16-2023
09:09 AM
|
0
|
0
|
3154
|
POST
|
Hello all, I have ArcGIS Pro 3.0, window task scheduler and python 27. I am not expertise with window task scheduler. Please see screenshots and error below. It is working successful when I run python script manually. But when I tried to run window task scheduler, I got error messages. I am not sure what to do. Please kindly assist. Thank you so much in advance. ERROR MESSAGES PYTHON SCRIPT CODE import arcpy
import csv
import os
from datetime import date
from datetime import datetime
matchTableName = r"ElevationCertificatesAttachmentMatchTable.csv"
docFolder = r"Q:\2023\IMPORTED TO GIS"
matchField = "MatchID"
pathField = "Filename"
#change this date to the disired value
processFilesAddedOnDate = date.today()
# iterate through each .pdf file in the directory and write a row to the table
for (root, dirs, files) in os.walk(docFolder):
workingFolder = root
matchTableNamePath = os.path.join(root, matchTableName)
# create a new Match Table csv file
if os.path.exists(matchTableNamePath):
os.remove(matchTableNamePath)
writer = csv.writer(open(matchTableNamePath, "w", newline=''), delimiter=",")
# write a header row (the table will have two columns: ParcelID and Picture)
writer.writerow([matchField, pathField, 'fullPath'])
for f in files:
if '.pdf' in f:
#if datetime.strptime(os.path.getctime(os.path.join(root, f)),"%m/%d/%Y") >= processFilesAddedOnDate:
if date.fromtimestamp(os.path.getctime(os.path.join(root, f))) >= processFilesAddedOnDate:
#print(processFilesAddedOnDate)
#print(date.fromtimestamp(os.path.getctime(os.path.join(root, f))))
fileNameToAddress = f.replace(".pdf", "")
fileNameToAddress = fileNameToAddress.replace(" ", " ");
fileNameToAddress = fileNameToAddress.replace("nw", "NW")
try:
firstPartUntilNW = fileNameToAddress.split("NW")[0].strip().split(" ")
restAfterNW = fileNameToAddress.split("NW")[1].strip()
#print(firstPartUntilNW, len(firstPartUntilNW))
#print(restAfterNW)
fileNameToAddressWithNoPermitNumber = ""
if len(firstPartUntilNW) == 2:
fileNameToAddressWithNoPermitNumber = firstPartUntilNW[1]+" NW "+restAfterNW
if len(firstPartUntilNW)== 1:
fileNameToAddressWithNoPermitNumber = firstPartUntilNW[0]+" NW "+restAfterNW
#print(fileNameToAddressWithNoPermitNumber)
writer.writerow((fileNameToAddressWithNoPermitNumber,f, os.path.join(root, f)))
except:
continue
del writer
# Set the workspace environment and run add attachment
arcpy.env.workspace = r'C:\Users\AppData\Roaming\Esri\ArcGISPro\Favorites\test.sde'
arcpy.management.AddAttachments('sde.TEST.TEST', 'ADDR', matchTableNamePath, "MatchID", "Filename", workingFolder)
... View more
03-15-2023
01:39 PM
|
0
|
8
|
3227
|
Title | Kudos | Posted |
---|---|---|
1 | 05-12-2021 10:12 AM | |
1 | 08-06-2018 12:27 PM | |
1 | 07-25-2018 12:53 PM | |
1 | 07-06-2018 01:00 PM | |
1 | 05-04-2018 08:52 AM |