|
IDEA
|
Thanks so much for the response! As for "why didn't I go to the tool reference".....it just didn't occur to me, quite frankly. Since it wasn't working, it seemed like a bug that I needed to troubleshoot rather than something that would be described in the documentation for the tool. My mistake! In my particular scenario, I was given line features by a state organization that outlined treatment areas. I needed these to be in a polygon format to merge into a larger polygon dataset. It seemed like they probably had created the line features using Collector/Field Maps as they walked the perimeter of the treatment area. Again, thanks for the response and explanation. 🙂
... View more
01-22-2024
05:24 PM
|
0
|
0
|
2343
|
|
IDEA
|
This is a small thing, but hopefully would be very simple to implement. I was working with the Feature To Polygon tool today and noticed the attributes weren't transferring even though I had the box checked. After some research I did find this Esri Support page which addresses the issue. https://support.esri.com/en-us/knowledge-base/problem-creating-polygons-from-a-polyline-feature-layer-000030478 However, it would be helpful if the tooltip for the checkbox would display the message from the "Cause" section of this page: "The Preserve attributes parameter is no longer supported and does not work when using the Feature to Polygon tool. It remains for backward compatibility of scripts and models." While I wish I understood *why* this feature was removed, it would at least be nice to be notified that it won't work when running the tool, rather than having to research and find the support article.
... View more
01-22-2024
10:19 AM
|
2
|
6
|
2438
|
|
IDEA
|
Very excited to see this has been added to the product plan. ArcGIS Tasks are a really great concept for documenting repetitive workflows but they're only helpful when they can be incorporated with tools and workflows that are used frequently. Definition queries being one of them - pretty ubiquitous in almost every workflow! This will be very useful! Any update on the timeline for this functionality being added? @AmirBar-Maor
... View more
01-16-2024
10:16 AM
|
0
|
0
|
2389
|
|
POST
|
Hmmm, are you able to get any useful info by examining the developer console in the browser? Another suggestion would be trying a different browser and/or clearing your browser cache. That's a classic go-to for troubleshooting strange behavior in the browser...
... View more
01-15-2024
11:11 AM
|
0
|
2
|
4476
|
|
POST
|
In Connect, there's an option to update the form and will it convert the XLS form to the latest version. You can also just add the column manually and as long as the column name is spelled correctly, the application will recognize it and honor the settings.
... View more
01-11-2024
08:17 AM
|
0
|
3
|
2424
|
|
POST
|
Wow, thanks for the tip! Didn't know that one, I would always just copy into an IDE
... View more
01-10-2024
11:04 AM
|
0
|
0
|
3838
|
|
POST
|
Hmmm, maybe you could do something with the substr function? Unfortunately, as far as I know there still isn't a built-in split function that you could use to easily get each word using the space as a delimiter. But the substr function gets you part of the way, at least!
... View more
12-29-2023
07:41 AM
|
1
|
0
|
2868
|
|
POST
|
You can filter records before exporting by applying a filter within the Survey123 website. However, it sounds like you're not looking to filter out certain records, but certain attributes (fields), is that correct? If so, then I believe you'll have to export the fgdb as usual and then delete fields before you share the data.
... View more
12-28-2023
06:47 AM
|
2
|
0
|
1635
|
|
POST
|
Are you able to share the error log from field maps to help troubleshoot? Some things off the top of my head that are good to check: the map must have at least one editable layer, the layers must have sync enabled (even if they aren't editable), and you can't have duplicate layers in the web map. Other than that, hard to help more without the error logs...
... View more
12-27-2023
10:41 AM
|
0
|
0
|
1937
|
|
POST
|
Hi Kenny, You can definitely go the route of joining tables (either in ArcGIS Pro, or by creating a pivot table in excel), but another way to approach it would be to add a hidden question to the repeat (i.e. ${site_num_ref}) that has a calculation set to make the value equal to what was entered for the site number. All you should need to do is put the field name of the site number in the calculation cell for the ${site_num_ref} question.
... View more
12-21-2023
09:33 AM
|
1
|
0
|
1309
|
|
POST
|
Oh, interesting! @DougBrowning What was it built with before? (and yes, definitely incorrect rumor!)
... View more
12-21-2023
06:26 AM
|
1
|
0
|
4314
|
|
POST
|
To me, this seems like a way to make the page always hidden (not sure why you would need to do that?) But since 1=2 will always evaluate to false, the condition will never be met so the page will never display in the survey. Maybe the entire page contains questions that contain data only needed on the backend for data processing or something?
... View more
12-20-2023
09:03 AM
|
1
|
1
|
1162
|
|
POST
|
I think you can get this functionality in the Instant Apps, but not regular Map Viewer as far as I know (unfortunately!). It would be a great feature for them to add as an option to Map Viewer - maybe you could add as an ArcGIS Idea to the community if there isn't one already?
... View more
12-19-2023
08:57 AM
|
1
|
1
|
1917
|
|
POST
|
@CAustreng_TriCountHD @LayerItOn Are you working in ArcGIS Online or Portal? Are your layers hosted feature layers?
... View more
12-07-2023
09:26 AM
|
1
|
3
|
5339
|
|
POST
|
Hi @pertio , As others have stated, including the appropriate search terms in your query based on the software you're using will help find the most relevant results, since there are so many platforms that fall under "ArcGIS". However, to answer your question a little more directly - "Which is more popular?": The answer really is - "It depends". Each platform (Desktop vs. Online) is appropriate for different tasks. ArcGIS Online is used for creating web maps and applications, and sharing/organizing geospatial data within a web interface. On the other hand, Desktop (aka "ArcGIS Pro" in this case - ArcMap is still around but in mature support) is used for analysis, cartography (i.e. printable maps), etc. There is definitely overlap between the two in terms of functionality - you can do some analysis and cartography in ArcGIS Online (sometimes abbreviated as "AGO" or "AGOL"), and you can package layers and maps to share within ArcGIS Pro. But, if you're working towards using GIS in your career, you will very likely heavily depend on both platforms. Quick note: there is also "ArcGIS Enterprise" (aka "Portal"), which is similar to ArcGIS Online except for the data is hosted on your own servers, rather than Esri servers. More work to maintain, but you have more freedom for customization and security configurations, etc. If you're just starting out, probably just focus on AGOL for now for web GIS stuff, unless you're really interested in server configuration, coding (i.e. building custom widgets), etc. 🙂 Hopefully that answers your question and gives you some guidance and further research. I remember how confused I was when I first started out, so I tried to answer with that perspective in mind!
... View more
11-27-2023
03:56 AM
|
0
|
0
|
3140
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | a month ago | |
| 2 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|