IDEA
|
Our field staff has also requested this functionality for similar reasons - - the layer they are working on is quite large and it would be better for them to filter out everything that is not relevant to them at that moment.
... View more
10-23-2019
09:59 AM
|
0
|
0
|
2315
|
POST
|
Unfortunately, this seems to reset my outline widths and manual class divisions.
... View more
01-29-2019
11:44 AM
|
0
|
0
|
1156
|
POST
|
Hi, Brandon - I've also emailed you a copy of our problem survey. We are on AGOL, however.
... View more
05-18-2018
04:16 AM
|
0
|
0
|
4047
|
POST
|
I am having a similar issues (some attachments displayed repeatedly, reports failing to generate), though sometimes records without attachments also fail to generate. This is for forms that worked previously as well as for a stripped down version of the forms. I'm usually getting the error Http failure response for (unknown url): 0 Unknown Error Report generation also seems to take a long time. Is this because of the servers filling up issue? Is my form too large (I do have a repeat section in it)? Are my attachments too large or internet connection too slow? Have I formatted my form incorrectly? I can't go live with my survey until I can reliably print reports; any thoughts would be appreciated.
... View more
05-10-2018
11:00 AM
|
3
|
0
|
4047
|
POST
|
Oh, this worked: pulldata("@geopoint", ${locationgeo}, "y")+" "+(pulldata("@geopoint", ${locationgeo}, "x") as seen here https://community.esri.com/thread/193372-how-to-inherit-location-from-one-geopoint-to-another
... View more
04-26-2018
01:00 PM
|
0
|
0
|
1131
|
POST
|
I'm trying to autopopulate a geopoint location in a Survey123 form so that the parent record passes the location to all of its children. I've successfully done this using string(${location}). However, now I'd like to add a small offset to each of the children so that they don't end up on top of each other. In order to do so, I need to pull the x and y values, add a small value to one of them, and then concatenate them back into a string for a geopoint. However, I can't seem to concatenate a string so that the geopoint can read it, and I'm stumped as to what I'm doing wrong. Both of the below attempts produce the error "Error evaluating field 'RemovalLocation': For input string: "@geopoint" Caused by java.lang.NumberFormatException: for input string "@geopoint"....9 more from Survey123 Connect. concat(string(pulldata("@geopoint", ${locationgeo}, "y")), ' ', string(pulldata("@geopoint",${locationgeo}, "x"))) concat(pulldata("@geopoint", ${locationgeo}, "y"), ' ', pulldata("@geopoint",${locationgeo}, "x"))
... View more
04-26-2018
12:48 PM
|
0
|
2
|
1532
|
Title | Kudos | Posted |
---|---|---|
3 | 05-10-2018 11:00 AM |
Online Status |
Offline
|
Date Last Visited |
09-26-2022
10:33 PM
|