POST
|
I can't remember how I resolved this, or if it just solved itself. You might try being explicit with how data-time values are brought in using Decimal Date Time. I know that the bowser version of Survey123 can only work in the date(decimal-date-time()) function. You can read more about it here: https://doc.arcgis.com/en/survey123/browser/create-surveys/decimaldatetime.htm Good luck.
... View more
04-25-2022
02:22 PM
|
0
|
1
|
2611
|
POST
|
It would be beneficial if we could see the related media files after the service has been published, though I imagine they are being stored in a different format. It would also be very useful if we could create a table on ArcGIS Online, and reference that in the surveys instead of a local spreadsheet.
... View more
08-09-2021
07:24 AM
|
0
|
1
|
3312
|
POST
|
Hi @Waffle_House , I was able to get it working, but I honestly do not know what was happening. I tried starting a brand new survey just pulling dates in various formats and some of them worked, and others did not. It's a bit odd, but I am at least moving forward.
... View more
06-16-2021
09:32 AM
|
1
|
2
|
3475
|
POST
|
When pulling data using the pulldata() function for date or dateTime types from a csv in the media file, the value is not pulled while using the survey in a browser; I tried the latest desktop versions of Chrome, Firefox, and Edge, and none of them worked. The date value does pull inside of Survey123 Connect as well as the Survey123 app, and it is converted to the correct format (ex: 5/18/2021 in csv file comes in as 1262332800000). I know the pull data function in a browser is working as I can pull the date in the csv as a string type and view it inside of the survey without any issues.
... View more
05-18-2021
08:27 AM
|
1
|
11
|
4003
|
IDEA
|
This sort of widget integration on AGOL would make it a lot easier to manage our catalog of apps.
... View more
02-28-2020
11:47 AM
|
0
|
0
|
1951
|
IDEA
|
This sort of widget integration on AGOL would make it a lot easier to manage our catalog of apps.
... View more
02-28-2020
11:47 AM
|
0
|
0
|
777
|
POST
|
That seems to have worked. I checked it in an AGOL search, and did still find the hosted view listed, but when adding it to the map, none of the records show up. I wasn't aware that the Field Worker settings were different than that of the Shareholder and the hosted feature layer. This setting really should be in the configuration for the surveys.
... View more
11-21-2019
10:39 AM
|
0
|
0
|
889
|
POST
|
Is there a way to have ArcGIS Online honor the Viewer settings from a survey in Survey123? We have created a public survey, and have shared it on our website. The settings for viewers in the survey says that only certain groups in our organization can view the results, but that everyone can submit, including the public. When we search for the layer in ArcGIS Pro while logged into a user from another organization or a user who is not in a viewer group, we can search for and find the fieldworker layer (a hosted view), and when adding it to a map, while the points do not display, we can view all of the attribute table data from the survey. We do not want anyone outside of the specified viewer groups to be able to see this data, but we also want the public to be able to submit records to the survey.
... View more
11-19-2019
04:24 PM
|
0
|
2
|
996
|
POST
|
Hi Einar Dørheim, I did find that this could be done, unfortunately, most data is not setup this way. Forcing data into a restricted schema in order to use these widgets isn't really a viable solution. Imagine if you have dozens of well sites, and you need to measure their depths each month, and you can only do a few each day. To keep data entry simple for the end user (which is incredibly important, I can't stress this enough), the data structure goes: Well Site, Date (auto), Well Depth. Your series are based on the well site, the Y axis is the depth, and the X axis is the date. If you want to use the multi-line feature, you would need to structure your data something like this: Month, Well 1 Depth, Well 2 Depth, Well 3 Depth... Well N Depth. And even here, you will loose the exact date that the depth was captured unless you also put a date field next to each one. This also forces users to edit the same record multiple times, which will likely result in a lot of user error. You could use something like FME to automatically restructure the data in this format, but at that point, I might as well be making a custom app or exporting the data into a report that's emailed to the operations group.
... View more
11-11-2019
12:44 PM
|
0
|
1
|
1707
|
DOC
|
That's quite a strange error; I don't think I've ever seen this one before. I guess I'll try to finish out the remaining records manually. I can see them in ArcGIS Pro, so I know that the geometry exists (at least for most of the polygons that are missing. I wonder if there is a record that doesn't have any geometry that's throwing this error. Thanks for the script, Jake Skinner. It seem to work well provided the service doesn't have any issues.
... View more
11-05-2019
12:14 PM
|
0
|
0
|
7718
|
DOC
|
Jake Skinner, that was the first thing I did. I tried a few different ways of writing the object ID (OID, OBJECTID, objectID, ObjectID, ect), and none of those worked. It gives this error every time I try to pass it any kind of where clause, even for a field that I know exists in the data: Error loading features: RecordSetObject: Cannot open table for Load Completed script DownloadService... Failed to execute (DownloadService). Failed at Tue Nov 5 11:29:46 2019 (Elapsed Time: 3.47 seconds) I'm trying to see if there's a way to force it to just download the last 420 records in the set, as it downloaded 129k records without an issue. This is an ArcGIS Server service. If you'd like to see what I'm seeing, this is the service URL: Layer: Geology Polygons (ID: 138)
... View more
11-05-2019
11:34 AM
|
0
|
0
|
7718
|
DOC
|
Hi Jake Skinner, Is there a way to have to script start at a specific object ID? I'm downloading a dataset that has 129,420 records, and it got to 129,000 and gave an error. I looked through the script to try and get it to start at a specific object ID, but it looks like the way it iterates, there's no simple way to have it just start at a specific ID.
... View more
11-05-2019
10:59 AM
|
0
|
0
|
7718
|
POST
|
Is there a way to have to script start at a specific object ID? I'm downloading a dataset that has over 100k records, and it got to 129k and called it quits. I looked through the script to try and get it to start at a specific object ID, but it looks like it's creating a list of object IDs and iterating over that versus a simple for next statement.
... View more
11-05-2019
08:48 AM
|
2
|
0
|
2033
|
IDEA
|
Rather than creating several panes, or widgets, sometimes we'd like to just choose between a value, or set of values to display on our dashboard. Right now, the ability to change filter values, such as date ranges, text fields, ect can only be set when the dashboard is being edited. At the moment, our only option is to create dashboards using the Web App Builder, which can take much longer to put together, and isn't quite as streamlined for some of our publishers.
... View more
05-29-2019
05:12 PM
|
1
|
1
|
906
|
Title | Kudos | Posted |
---|---|---|
1 | 06-16-2021 09:32 AM | |
1 | 05-18-2021 08:27 AM | |
15 | 02-06-2017 04:31 PM | |
1 | 08-22-2017 03:10 PM | |
2 | 11-05-2019 08:48 AM |
Online Status |
Offline
|
Date Last Visited |
04-25-2022
05:05 PM
|