|
IDEA
|
I voted this up. FYI, in the new version/beta of Collector, it's even worse, so please also vote up this idea to help bring back sketching directly on the map and hopefully they can add the continuous sketching that you're looking for: Allow a 'Classic' editing experience in current version of ArcGIS Collector
... View more
08-26-2019
05:54 AM
|
0
|
0
|
1775
|
|
POST
|
The easiest method is to use Integromat to create a webhook that will automatically generate a report and send it to an email of your choosing. We gather the email as a question in the survey, which Integromat can access. More information: Webhooks—Survey123 for ArcGIS | ArcGIS Survey123 Integrations | Integromat
... View more
08-21-2019
09:27 AM
|
0
|
0
|
2332
|
|
POST
|
Ismael has an example in his blog post: https://community.esri.com/groups/survey123/blog/2016/04/17/dates-and-time-in-survey123-for-arcgis EPOCH Format Decimal Date Format Calculate age from birthday int((today() - ${birth_date}) div (1000*24*60*60* 365.25)) int((decimal-date-time(today()) - decimal-date-time(${birth_date})) div 365.25) Also, it looks like you're missing the proper ${fieldname} notation in your calculation. You can use today() in the calculation to automatically get today's date without having to use another question in your survey
... View more
08-15-2019
08:52 AM
|
1
|
0
|
4930
|
|
POST
|
It was developed by ESRI. On that page, in the FAQ, they state: You may find yourself asking, "Why did Esri bother writing it's own language when it probably could have used others, like Python?" This decision was made because we needed an expression language that met the following requirements: Lightweight and simple - A language with a small number of functions and an easy syntax Portable - A language that can execute in multiple environments with the same syntax for web, desktop, and mobile apps Secure - A language that doesn't have security vulnerabilities that open the door to malicious scripts Geospatial first - A language that makes geospatial functions and capabilities first-class citizens Developing our own scripting language was the best option because other alternatives, such as Python and JavaScript, couldn't check all of the boxes above either due to language size, or their propensities for security issues. Here's the original introduction blog post: Introducing Arcade , however it doesn't go any further in depth with your questions.
... View more
08-15-2019
06:58 AM
|
2
|
1
|
2790
|
|
POST
|
Hmm.. I forget what it looks like to a new user, but I think you will indeed need to register, and then grab Survey123 from the available opportunities on the Home page. Once you're in that opportunity, there are Documentation etc. links on the left side.
... View more
08-13-2019
08:39 AM
|
0
|
1
|
2583
|
|
POST
|
Based on ESRI's replies in this thread: Can I auto-fill a value based on geopoint from Survey123? it sounds like the custom JS functions from Early Adopter are indeed your best bet. They have a couple of samples in the documentation to help get you started. Try the ZIPCodeFinder one, sounds similar to what you're looking for. I don't have much JS experience either, but was able to follow their guides and get their samples to work. I'm looking forward to when this functionality is fully released, it's going to be so useful!
... View more
08-13-2019
05:59 AM
|
0
|
3
|
2583
|
|
POST
|
Ours are working fine, haven't noticed anything yesterday or today.
... View more
08-13-2019
05:43 AM
|
1
|
0
|
618
|
|
POST
|
You've probably figured it out already, but for anyone else reading this thread: you can use the Rich Text widget, then paste the code from Windy.com's embed widget creator into the text box AFTER switching to <> Source. Click on <> Source again to go back to normal text, and it will generate the widget for you from that code.
... View more
08-12-2019
10:38 AM
|
5
|
0
|
8393
|
|
POST
|
On GeoNet? I've been encouraging everyone around me to use it since it's such a great resource for troubleshooting and learning new things, however I don't think they're as active on here as I am. Not sure if you're aware already, but there are some good meetups in Michigan if you're interested in in-person networking and educational sessions. The State has bimonthly meetups in Lansing and SEMCOG has their own meetup in Detroit. One of Michigan's GIS conferences, IMAGIN, is going to be conveniently further south than usual for next year in Kalamazoo. You can view past conference schedules on their website to get an idea of the variety of topics presenters cover.
... View more
08-12-2019
09:00 AM
|
0
|
1
|
1686
|
|
POST
|
Welcome Vicki Enriquez! Glad to see another user from southeast Michigan!
... View more
08-09-2019
11:55 AM
|
1
|
3
|
1686
|
|
POST
|
Try the default ESRI print service: https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task Otherwise, I would recommend using your own if you have ArcGIS Server
... View more
08-06-2019
06:24 AM
|
2
|
0
|
1559
|
|
POST
|
Works fine for me this morning in ArcGIS Online, as an Administrator, with "Enable credit budgeting tools" checked and "Show each member's available credits on their profile page" not checked. Stuart Moore do you have "Create, update, and delete" Content checked for that custom role? Might be needed to save the report to your account.
... View more
08-06-2019
06:15 AM
|
0
|
0
|
3216
|
|
POST
|
It's looking for the print service URL, for example: https://webadaptor.domain.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task It automatically pulls in the default one set for my ArcGIS Online organization, was there a value in that box when you first created the widget?
... View more
08-06-2019
06:07 AM
|
1
|
2
|
1559
|
|
POST
|
I was encountering this issue yesterday too. I have polygons related to a table. I ended up making a copy of the table and using that after I made my polygon edits. I truncated the original table and then append the copy to the original table. This kept all the foreign keys for me. This might not be as straightforward for you since you have multiple relationships going on among multiple feature classes, but if if you have the time and knowledge, scripting it in Python would be really helpful.
... View more
07-19-2019
07:20 AM
|
0
|
0
|
1370
|
|
POST
|
Another use case: I want to show the status of Warming/Cooling centers dynamically in the Details widget (only show centers open today) and in Pie Charts (show current open/closed status of centers). I currently use Arcade to change the symbology by comparing the current time and hours of operation stored in the features. Wish I could access these Arcade expressions in Operations Dashboard.
... View more
07-18-2019
11:16 AM
|
0
|
0
|
2887
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-23-2025 06:30 AM | |
| 1 | 03-10-2026 10:37 AM | |
| 3 | 03-05-2026 01:21 PM | |
| 1 | 02-12-2026 07:21 AM | |
| 2 | 09-04-2025 12:24 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|