BLOG
|
Hi Maya, Unfortunately I wasn't able to figure out the issue. Our webmap is just listing the multiple choice answers. It's not very elegant but it's what I was stuck with. Let me know if you have any luck.
... View more
05-12-2020
11:21 AM
|
0
|
0
|
528
|
BLOG
|
Hi James, thanks for your reply. I double-checked the field info on the feature service and it checks out okay: essential_services (type: esriFieldTypeString, alias: What essential services does your business provide?, SQL Type: sqlTypeOther, length: 1000, nullable: true, editable: true) Calling the field in the Arcade editor outside of the function also works. Do you have any other ideas why this might be happening?
... View more
04-01-2020
03:24 PM
|
0
|
0
|
528
|
BLOG
|
Hi James, I tried implementing this for one of my COVID webmaps. I keep running into this error: Execution Error: Field not Found I can call the field outside of the function so I can't figure out why the expression says it can't find the field. Any thoughts? Here is my code var fieldName = "essential_services" ; var choices = { } ; choices [ 'hotline' ] = 'COVID-19 Hotline for customer support' ; choices [ 'curbside_pickup' ] = 'Curbside pickup' ; choices [ 'delivery' ] = 'Delivery' ; choices [ 'emergency_childcare' ] = 'Emergency childcare' ; choices [ 'food_services_groceries' ] = 'Food services/Groceries' ; choices [ 'free_flu_shots' ] = 'Free Flu Shots' ; choices [ 'workshops' ] = 'Online workshops/training/tutorials for COVID-19 support' ; choices [ 'special_hours' ] = 'Special hours for seniors or other vulnerable populations' ; choices [ 'medical_care' ] = 'Urgent medical care' ; choices [ 'wellness_checks' ] = 'Wellness checks for vulnerable populations' ; choices [ 'services_other' ] = 'Other essential services' ; function formatLabels ( inText ) { return Concatenate ( "✓" , inText ) ; } function formatMulti ( inField , d ) { var values = Split ( inField , ',' ) ; var labels = [ ] ; for ( var i in values ) { labels [ i ] = formatLabels ( d [ values [ i ] ] ) ; } var outText = Concatenate ( labels , TextFormatting . NewLine ) ; return outText ; } formatMulti ( $feature [ fieldName ] , choices ) ;
... View more
03-31-2020
11:26 AM
|
0
|
0
|
528
|
POST
|
I've created a survey in Survey123 Connect that uses the 'Relevant' field to show/hide subsequent questions. I discovered after publishing my survey that the relevant expressions are not honored on the Survey123 website. A google search led me to BUG-000108880: Surveys created with Survey123 Connect for ArcGIS wh.. Is there a status update on this bug or a proposed workaround? I'm using field calculations to compare a user's employee ID to their birthday for a COVID-19 health screening survey. If there's a match then they should be shown the relevant questions but this doesn't work in the website. I'd love to hear any proposed workarounds. Thank you! James Tedrick
... View more
03-21-2020
01:13 PM
|
0
|
1
|
305
|
POST
|
Erwin Soekianto I'm revisiting this topic with AppStudio 4.1 and the Survey123 Template version 3.7. The structure of the Qt files has changed in this newer version of Survey123. I am having trouble defining a default portal url. I am trying to route users to www.smgov.maps.arcgis.com where they can login with their enterprise logins. Thank you for any help you can offer!
... View more
02-13-2020
04:41 PM
|
0
|
1
|
143
|
POST
|
Hello, I am building a data pipeline that ingests a table of latitude/longitude coordinates and plots them on a map. All data points are located in Santa Monica, CA. Here are some sample coordinates from the input table. lat lon 03401244 11829456 03400450 11829360 03400342 11829082 If I treat these values as decimal degrees, then the first row would be 34.01244, -118.29456. This plots the value far away from Santa Monica. If I treat these values as degrees, minutes, seconds (DMS) data, then the first row would be 34° 01' 24.4", -118 ° 29' 45.6". Converting that value from DMS to DD gives me 34.02011, -118.496. This plots in Santa Monica BUT results in a strange clustered pattern on the map. Notice how all of the points are clustered in 'L' shapes near the intersections. Does anyone have any idea what might be going on and how I can best convert the values into usable data? I have attached a zipped gdb of the input table for testing.
... View more
01-28-2020
12:26 PM
|
0
|
1
|
176
|
BLOG
|
Hi Nicole, I'm having the same behavior as Daniel. I'm posting before/after screenshots showing how I pasted the code when the code button was active but then switching to rich text shows everything in the <style> tags. The <div> tags function properly. Brian Baldwin
... View more
10-02-2019
04:11 PM
|
0
|
0
|
3161
|
POST
|
Thanks, James! May I ask if you have any additional details on why this might be occurring? I'd like to find a workaround if at all possible.
... View more
04-15-2019
07:42 AM
|
0
|
4
|
118
|
POST
|
I will preface by saying similar questions have been asked already but I have followed the guidance in those posts without any success: Why does the 'Extensions Disabled' message display for only some users? and What would cause users to see "Extensions Disabled" when using a JavaScript function? I am using the pulldata() function to query a survey's geopoint within intersecting polygons to populate a text field. This function works great for me, the survey author. But testing on a handful of other devices leads to "Extensions Disabled" in the json output text field. All users are logged into the same organization where the survey was published when submitting a survey All users are using Survey123 mobile app version 3.3.64 The feature service used for spatial querying is hosted by the same organization where the survey was published and is shared publicly "Extensions Disabled" is consistent among iPhones and Android devices. The only device it works for is on my iPhone and I am the survey author. I have attached my survey if it helps to inspect. I'm totally stumped and would greatly appreciate any troubleshooting. Johnathan Hasthorpe James Tedrick Jim Moore
... View more
04-11-2019
05:16 PM
|
0
|
9
|
561
|
POST
|
Yes, I run a handful of py2.7 scripts in task scheduler from the server machine. They run fine with the option Run whether user is logged on or not set to True. I also have left Run with highest privileges unchecked when running 2.7 scripts and they run without issue. And no, our city does not yet support Windows Server 2016.
... View more
01-03-2019
10:29 AM
|
0
|
0
|
285
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|