Closed captioning and playback speed options are available.
This video covers:
Community Tips: If you see this icon on a page, a guided walk-through is available to help you. |
Create your Esri Community account by signing in with your ArcGIS account. Join our mailing list when you create your profile to receive tips and helpful information.
Build Your Network and Knowledge
In Esri Community, you can find solutions, share ideas, connect with other ArcGIS users, and collaborate with other community members. Learn more about Esri Community
Badges
Gain recognition as a Top Collaborator or MVP
Esri Community members who provide Accepted Solutions or actively contribute to the community by sharing their best practices, tips, and workflows can be a rewarding experience! Not only will you earn higher ranks and badges, you can also be recognized as a top collaborator or be nominated as an MVP. Learn more about our community contest.
ArcGIS IdeasContribute to Innovation at Esri
Visit ArcGIS Ideas to learn more about how you can submit enhancement ideas for Esri products. Browse current ideas that are submitted from users like you to vote, comment, and share your own use case for the idea or create your own. Learn more about ArcGIS Ideas
As the community adapts to the new platform, we are working through some enhancements and fixes to improve your experience. We are maintaining a Known Issues and Future Enhancements document to keep you updated on what we are aware of and working on. If you discover some issues while using the community, please comment about your experience in our Community Feedback section.
For information on What’s New with Esri Community, follow our Community Updates in the Community Blog.
If it’s been a while since you logged in and you want to understand some of the platform changes, see these documents for more information:
Hi All
I have a field called "Site ID". This field added to some graph types but not to some. What could be the reason? Thanks
How do I ask a question to the community?
Thanks for your question @RobertHoltom1. To help you ask a question I'd recommend this document How to ask a question - Esri Community .I also noticed that this document had a broken link for that under Next Steps so I fixed that here. Let us know if you need any further help.
How can I put my own road network instead of this default road network
How do I ask a question about using the JavaScript API?
I navigate to ArcGIS JavaScript API Questions, but I only see a Subscribe button that is disabled.
@IfThenTim I just Private Messaged you to help you with your question.
Hello, I need help in converting an .XYZ file to a .TIF
Used to be able to sort a community page by latest activity, now all I see are these:
Even though it says Sort/Filter, it is pretty much a filter (except for the Created option) and sort seems to be automatic by date.
Even the Created options appears to sort by creation date, not latest activity.
So, how do I sort to bring the posts with the latest replies to the top, answered or not?
Thanks,
R_
Please fix the sort on the communities.
I have since noticed the "Sort by Latest Post Date" under the options button, but, does absolutely nothing, at least in the way of sorting.
So, even if you have the "Filter" set to "Created", it still only sorts by Topic Start Date, but never by Latest Post date. At least, no way to sort by the latest replies to posts, which is the "standard" for most forums.
Not sure why the new Community would do away with this option (which, until now was ESRI's Default sort for forums), but it makes it pretty much impossible to actually follow the post activities.
Makes no sense to have to scroll through pages of post to find the one that was answered/replied to two minutes ago 50+ posts down in the list............. If it was just responded to, move it to the top like the rest of the world.
Please FIX so users can actually follow the posts as there are replies.
If this option does exist, it is hidden very well. please advise on how to access it.
Thanks,
R_
@rzufelt thank you for your comment/feedback. In regards to the filter/sort, that dropdown changes based on what page you are on but the title may not change, so you are correct sometimes it is just a filter depending on the page. Since the default for that type of page is already set to latest activity, and the created wort will maintain the default latest activity. Sorry if this is confusing.
Cheers,
@RhettZufelt Thank you again for your feedback. we are continually working to fix and improve the sorts/filters options we will take your feedback under review. An option to not miss any of the posts, you might choose to subscribe to a post or board and then take a look at your subscription notification options and change the setting to all posts. then you can track new replies through your notification feed:
again thank you for the feedback.
@rzufelt thank you for your comment/feedback. In regards to the filter/sort, that dropdown changes based on what page you are on but the title may not change, so you are correct sometimes it is just a filter depending on the page. Since the default for that type of page is already set to latest activity, and the created wort will maintain the default latest activity. Sorry if this is confusing.
@MichelleMathias This is why I suggested to "fix" the sort feature, as the default sort is not the latest activity as one would expect, OR does not appear to be working correctly.
If it is working correctly, why are the last updated times/days not in a sequential order?
Am I missing something here?
They are, however, in the order that the post was originally created.
Thanks,
R_
Hello!
I'm new to the Community and first of all, I wanted to subscribe to some products and topics. Problem is I can't subscribe to anything. When I click Subscribe, nothing happens. In the demo a new pop-up window opens (attached image), but in my case nothing opens.
Thanks!
Georeferencing Issue with ArcMap & ArcGIS Pro
ArcMap:-I have Georeferenced one image in ArcMap using OS_Open_Raster in ArcMap
ArcGIS Pro:- The same above Georeferenced image i have just open in ArcGIS Pro and i observed it's not matching with OS_Open_Raster in ArcPro.
Is this a bug? Don't know the exact issue, why it's not matching the same georeferenced image (From ArcMap) with ArcPro?
Georeferencing Issue with ArcMap & ArcGIS Pro
ArcMap:-I have Georeferenced one image in ArcMap using OS_Open_Raster in ArcMap
ArcGIS Pro:- The same above Georeferenced image i have just open in ArcGIS Pro and i observed it's not matching with OS_Open_Raster in ArcPro.
Is this a bug? Don't know the exact issue, why it's not matching the same georeferenced image (From ArcMap) with ArcPro?
Mygeekshelp.com Provides Website Design & its a platform for sharing news and articles about technology, business, health, and other topics. You can promote your business by placing sponsored posts or banner ads here New York, USA.
https://www.mygeekshelp.com/
Hello.
I have a problem.
I have a polygonal feature (Grid) and a point feature (Point) with two attributes (Name as text; Year as numeric).
If in a polygon of Grid there are whitin two point I want that a new polygon that have the attribute Age Maximum and the mathing Name.
For example:
If I have this two point within the polygon: Id= 1 Name=Mick Age = 67; Id=2 Name=Bob Age=45
I want a new polygon wich contains the attributes of the point with Age Maximum (Age= 67 and Name=Mick).
So I used the tool Spatial join and used the merged rule maximum for the field Age, but the output polygon contains the the value 67 for the field Age and the value Bob for the field Name. I want the the value of the field Name of the same point that that have the maximum Age.
Could you help me ?