|
BLOG
|
Thank you for that! I haven't seen that syntax for including attachments anywhere. I was attempting to use the same syntax I use in my ArcGIS Online report template version - ${if Image} ${Image | size:500:0}${/}
... View more
04-09-2020
12:05 PM
|
0
|
0
|
1781
|
|
BLOG
|
Hi Zhifang, Is there any anticipated release date for when attachments will be supported in Enterprise feature report templates? Thanks! Erica
... View more
04-09-2020
09:00 AM
|
0
|
0
|
1781
|
|
POST
|
Hi Thomas, I've set up a collaboration between an ArcGIS Online and a Portal; AGOL is the host and Portal is the guest. If I was to publish a survey to my Portal and share it with a collaboration group, would members of the host AGOL organization be able to edit/submit surveys from their end? I've attempted this and found that I was able to share the survey from Portal to the collaboration group and see the survey form/feature layers in ArcGIS Online immediately. I was also able to log into my Survey123 field app using AGOL credentials and download the survey. When I attempted to submit the survey, I received the error "invalid token". Is there a way to configure settings in either AGOL/Portal so that this is possible? We are just testing out our new Enterprise/Portal setup and I am attempting to do this as a proof of concept. I am admittedly a noobie at using Portal/Enterprise. Thank you, Erica
... View more
04-09-2020
08:51 AM
|
0
|
6
|
3006
|
|
BLOG
|
If additional examples/evidence are needed of BUG-000126498 I am happy to provide it.
... View more
04-07-2020
11:00 AM
|
0
|
0
|
9095
|
|
BLOG
|
Thanks for the great update! I have a follow-up question about: As anticipated in our earlier Upcoming changes to Survey123 web form's query parameters announcement, the mode query URL parameter in the Survey123 web app now supports the use of globalIds. To facilitate migration of your existing work, we have extended the life of objectIds in 3.9. We very strongly recommend that you transition away from objectIds as the days for them are counted! With 3.10 we will completely drop to support and exclusively use globalds. Is the upgrade to using GlobalIDs only require if the survey is re-published with 3.9, or is this something we should be doing regardless if using the edit mode URL parameter? On a related note - is there any timeline on when we can expect BUG-000126498 to be resolved? This bug makes it so that when using Operations Dashboard with an embedded web form using edit mode fails to retain the geopoint questions XY location, requiring the editor of the form to re-enter the geopoint any time edits are performed. I helped to document this bug back in November 2019 and was hoping to see it addressed in this release, however I don't see it listed above. Thanks!
... View more
04-07-2020
05:24 AM
|
0
|
0
|
9095
|
|
POST
|
I was able to resolve these issues by downloading a republishing all of my feature layers with this issue from Pro. I then had to go in and alter my Survey123 XLS form to point to an existing feature service (the newly published feature layer). This is not the most elegant solution as it can be time consuming if you have lots of data with these issues, however it does work.
... View more
03-26-2020
06:34 AM
|
0
|
1
|
2856
|
|
POST
|
Hi Kylie, I've used views in Collector maps successfully many times, but I am mystified by a situation in Collector right now. I have a hosted feature layer (points ~14,500 of them) from which I have created a view layer; I filtered the view layer through the layer properties (item details > visualization page). I've added this view to my web map and configured further. When I open the map in Collector, the layer is not visible and does not show up in the layer list. Do you have any suggestions as to what is happening here? Thanks! Erica
... View more
03-13-2020
12:19 PM
|
0
|
9
|
5263
|
|
POST
|
Hi James Tedrick, I'm trying to run this script to help a user recover some surveys and I'm running into the following issue when attempting to run the script - Traceback (most recent call last):
File "<string>", line 254, in run_nodebug
File "C:\Users\erica.tefft\ArcGIS\My Surveys\Databases\readDb.py", line 132, in <module>
writeCSV(surveys, outDir)
File "C:\Users\erica.tefft\ArcGIS\My Surveys\Databases\readDb.py", line 110, in writeCSV
writer.writerow(row)
File "C:\Python27\ArcGIS10.7\Lib\csv.py", line 152, in writerow
return self.writer.writerow(self._dict_to_list(rowdict))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 27: ordinal not in range(128) Do you have any suggestions as to what might be going wrong here? I am running this in the My Surveys\Databases folder as instructed. Instead of running through cmd, I'm running in PyScripter. Thanks, Erica
... View more
01-24-2020
09:27 AM
|
0
|
1
|
3944
|
|
POST
|
Unfortunately this doesn't seem to help in the instances where we are having this issue.
... View more
01-07-2020
07:36 AM
|
0
|
0
|
2856
|
|
POST
|
Hi Josh, It has been over a year with no update to that bug. Do you have any estimate for when this will be corrected? It seems to affect any related tables, not only those generated via Survey123 Connect. Thanks, Erica
... View more
01-07-2020
07:09 AM
|
0
|
1
|
4696
|
|
POST
|
Is there any way to get this escalated? I have been trying to move all my field collectors into Collector and away from Classic, but this issue is preventing that from happening. It also means many people have to know when to use Collector and when to use Classic which can get confusing.
... View more
12-05-2019
04:46 AM
|
3
|
0
|
1862
|
|
IDEA
|
Thanks Alex, I will give that a try. Do you happen to know if this works when appending data directly into an AGOL feature service?
... View more
11-25-2019
04:46 AM
|
0
|
1
|
8884
|
|
IDEA
|
It is critical to be able to maintain GlobalIDs when transferring data from one feature class to another. As an example, we are moving ArcGIS Online accounts right now and I am re-building surveys and appending data. I am unable to run the Append tool with the "Maintain GlobalDIs" checked - I get the 999999 error. My input data is local, and the target is an editable ArcGIS Online feature layer with an exact schema match. There are 377 related records that depend on the GlobalID being maintained, and it's not possible.
... View more
11-19-2019
07:19 AM
|
0
|
1
|
8888
|
|
IDEA
|
Currently, it is possible to sum the values across one repeat using the syntax sum(${survey_question}) within your XLS form. I would like to see the ability to create an equation that can deal with multiple sum statements, allowing survey designers the ability to add/subtract the total value summed across one repeat field with the total value summed across another repeat field. For example: sum(${survey_question1}) + sum(${survey_question2}) sum(${survey_question1}) - sum(${survey_question2}) sum(${survey_question1}) + sum(${survey_question2}) - sum(${survey_question3}) Esri Technical Support stated "since there is already a workflow to reach our end goal (able to sum one field) we don't think the enhancement will go far." I'm hoping that others out there would also like this ability so this gets some traction with the Survey123 development team.
... View more
11-05-2019
09:36 AM
|
8
|
6
|
5655
|
|
BLOG
|
For anyone interested in tracking this issue, it has been logged as BUG-000126498.
... View more
11-05-2019
04:42 AM
|
0
|
0
|
51856
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 09-06-2022 09:14 AM | |
| 6 | 10-24-2024 12:04 PM | |
| 1 | 04-28-2021 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|