POST
|
Hi Liesl The issue is that you added repeats to the survey and the existing Feature Service doesn't have repeats. This causes a schema change (addition of related tables) and Connect needs to delete and create a new Feature Service. If you have existing data in the feature service then it should be easy to just export it to FGDB, publish the survey with the schema changes and append the data back into the main table of the new Feature Service. Hope that helps
... View more
06-08-2022
12:15 AM
|
1
|
0
|
652
|
POST
|
Hi Amy It seems that ConservationEasementSurvey and ObservationPoints should be related to each other? Is that the case? What you could try to do is to Save As the original survey in Connect to a new survey and just point it to the Feature Service that contains those two layers with the submission URL setting.
... View more
06-07-2022
02:18 AM
|
0
|
0
|
944
|
POST
|
Better yet, use Notepad++ If you highlight a bracket it will show its closing bracket, if it exists...
... View more
06-07-2022
02:10 AM
|
1
|
0
|
611
|
POST
|
Hi David Basically you need to Base 64 encode the values. I found a post that discussed possible fixes to this issue: https://community.esri.com/t5/arcgis-survey123-questions/custom-url-from-collector-passing-attribute-values/m-p/873136 I hope it works for you
... View more
06-07-2022
02:07 AM
|
0
|
1
|
540
|
POST
|
Hi Lorraine One of our clients had a "similar" issue even though they were using Survey123 with existing pre-loaded data and wanted to use the Feature Report functionality. Turns out that you need to pay close attention to the tags ATT_NAME and KEYWORDS if you plan to use the Feature Reports with the existing data. I ended up using Python to create the Match Table CSV file and then importing those attachments with the AddAttachments_management function in Python. That seemed like the "correct" way to do it and then just making sure the keywords and attachment names were correct according to the question names. https://support.esri.com/en/technical-article/000027056 Not sure if this is relevant to your scenario but could be good to keep in mind, just in case. Regards
... View more
06-07-2022
12:49 AM
|
0
|
0
|
2085
|
POST
|
Hi Cameron You dont need to worry about historical data being deleted, even if you remove this choice in Survey123 it will still be visible in ArcGIS Online as a dropdown for that field. Survey123 wont delete any data.
... View more
05-19-2022
05:04 AM
|
1
|
0
|
717
|
POST
|
Hi Ethan I would propose that you enable and log diagnostics and have a look at the error log to see if you an see any additional issues that could indicate the core problem.
... View more
05-17-2022
07:24 AM
|
0
|
1
|
1979
|
POST
|
Hi Kerry Yes - what you can do is use the today() function - this gives you the current date at midday 12 o'clock To get to 8:30am you subtract 12 and add 8 and a half hours: today()+(-12+8.5)*60*60*1000 Hope that helps
... View more
05-17-2022
07:11 AM
|
0
|
0
|
387
|
POST
|
Hi I added an integer field (you can use a calculated field) inside the repeat: integer exotic_val Exotic Value The calculation of this field check for exotic species being entered and use the category value if it is an exotic species. If it isn't an exotic species it assigns the value 0: if(selected(${Exotic_Sp}, 'Elaeagnus_pungens') or selected(${Exotic_Sp}, 'Microstegium vimineum'),${Exotic_Sp_Lvl},0) It uses the basic if syntax: if(condition, a, b) If the condition evaluates to true, returns a; otherwise, returns b. Then just change your sum_Exotics3 calculation to: sum(${exotic_val}) I hope that helps Regards, Deon
... View more
05-12-2022
08:35 AM
|
1
|
0
|
2931
|
POST
|
Interesting I was able to use your survey to publish it to my own account, and it seemed to have worked. I dont get any errors when capturing and can even open a record from the inbox with no issues...
... View more
05-04-2022
04:42 AM
|
0
|
1
|
1545
|
POST
|
Hi I would propose that you have a campground survey with a repeat in it for the observations. This survey should have the Inbox enabled so you can retrieve the pre-captured campgrounds from where the user can choose which campground to capture observations for. You can then disable "Capture new" for the survey since you dont want more than the 14 campgrounds. Hope that helps. Regards
... View more
05-04-2022
01:47 AM
|
0
|
1
|
562
|
POST
|
Hi https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p/900291 Basically you create a link in your Form1 to your Form2 and pass the default value for a specific field.
... View more
05-03-2022
05:17 AM
|
0
|
0
|
411
|
POST
|
Hi Mark Did you create the survey with Connect? Can you share it's Excel design file? Maybe there's a reserve keyword lurking somewhere.
... View more
04-26-2022
04:06 AM
|
0
|
0
|
640
|
POST
|
Hi I simplified it and this is the result: I hope that is the outcome you were hoping for. Here are the calculations: pulldata('permits','date_to_pull','name',${permit_number}) ${test_dob}+21*24*60*60*1000 The first one is still as you had it but i changed it to be a date type. date test_dob Date of birth The second calculation adds 21 days to the test_dob date. Hope that helps.
... View more
04-26-2022
03:08 AM
|
0
|
1
|
2791
|
POST
|
Hi Jérémie Try Creator=${username} or ${username} IN (AllowedUsersInbox) The syntax of the IN clause requires a pair of brackets.
... View more
04-24-2022
10:13 PM
|
0
|
0
|
710
|
Title | Kudos | Posted |
---|---|---|
1 | 05-19-2022 05:04 AM | |
1 | 05-27-2024 05:47 AM | |
1 | 05-27-2024 04:46 AM | |
1 | 09-17-2021 06:58 AM | |
2 | 09-20-2021 11:16 AM |
Online Status |
Offline
|
Date Last Visited |
05-27-2024
12:48 PM
|