|
POST
|
Has anyone on this post used content categories to categorize their content? I would be awesome to hear how they are being used and if there are any tips to share.
... View more
05-22-2018
04:19 PM
|
1
|
1
|
8413
|
|
BLOG
|
Check out this other new ArcGIS Blog about sharing with members across organizations. I find that this blog is particularly helpful to Geonet users as scenario 1 is a great way to provide specific users (like me, Karate_KElly) who you are working with on the forums access to your items without making them public. Check out the blog and let us know what you think in the comments below. Once upon a UC, David Hansen, COO at Geo Jobe stated, “ArcGIS Online is the largest global repository of geospatial information in the history of the species.” And although the amount of data in ArcGIS Online is not the point of this blog, as of May 21 st , 2018 around 17 million items that exist in ArcGIS Online. That is 17 million layers, maps, scenes, apps and files that can be used for data collection, analysis, presentations and more. The items have a variety of sharing settings that enable the public or specific groups of users to access content. Twenty-three percent of ArcGIS Online content is public, meaning that anyone can access and find content that has been shared without requiring a username and password. Thirty-one percent of the items are shared with specific users through the group or organizational sharing setting. Sharing and Collaboration across ArcGIS Online Organizations
... View more
05-21-2018
06:24 PM
|
3
|
7
|
3721
|
|
BLOG
|
Check out this new ArcGIS Blog: ArcGIS has a powerful sharing model that enables its members to easily share content items such as maps, apps, scenes and files with their desired audience. Whether the audience is the entire 7.6 billion people in the world, or a few members of your company, ArcGIS Online has the infrastructure and security to get your mapping content to the right people quickly. The sharing settings of an item control both the findability and security of items in ArcGIS Online. This article will describe some common sharing scenarios and the security and findability impacts of each scenario. Managing Security and Findability of Items with the ArcGIS Sharing Model
... View more
05-21-2018
06:20 PM
|
0
|
0
|
450
|
|
POST
|
I've never seen this before. Dan Rose, can you share the data or the web map or get in contact with support? I also suspect that this has something to do with the projection or transformation but won't be able to fully identify the issue without seeing the data. Here is a blog by Paul Barker about setting transformations in ArcGIS Online. This may get you on the right path. https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/taking-control-of-transformations-with-hosted-feat… -Kelly
... View more
05-16-2018
03:17 PM
|
1
|
3
|
5320
|
|
POST
|
Hi Pete, What would you like the pop up to display? Do you want to display the value in a field or label a field? -Kelly
... View more
05-15-2018
01:11 PM
|
0
|
1
|
2722
|
|
POST
|
HI Bill, You can create groups where their membership is controlled by a SAML group in ArcGIS Online. Check out the option to Enable SAML based group membership when enabling Enterprise Logins: Set up enterprise logins—ArcGIS Online Help | ArcGIS Create groups—ArcGIS Online Help | ArcGIS Let us know if you have questions.
... View more
05-14-2018
11:22 AM
|
2
|
1
|
2866
|
|
POST
|
Hi Andy, You can publish each layer individually or as part of a service with multiple layers. Do you want to add all of the layers to the map as individual items or as single layers. Currently, it is easier to find single layers if they are published a separate services, but you can still access all of the layers, and remove any that you don't want in a web map. How do you plan to use each layer within ArcGIS Online? -Kelly
... View more
05-10-2018
09:18 AM
|
2
|
1
|
1259
|
|
POST
|
Hi James, This should work. Did you publish relationship classes with this data? If so, please get in touch with tech support to investigate further. -Kelly
... View more
05-10-2018
09:10 AM
|
0
|
1
|
2325
|
|
POST
|
Hey Bill, As an Administrator you can add all members from one group to another group. To do this, go to the Groups tab on edit settings and click Assign Group Membership. Search by the name of the source group and then select all of the members. Next find the destination group Select Next then assign. -Kelly
... View more
05-10-2018
08:55 AM
|
2
|
0
|
2866
|
|
POST
|
Hey, What Web App are you using? Would you be able to share it or get in contact with technical support so we can investigate what is causing the crashes? -Kelly
... View more
05-10-2018
08:47 AM
|
0
|
2
|
3388
|
|
POST
|
Hey Tom, No problem, feel free to mention us by name if you need help. We try to stay on top of these, but always appreciate a reminder for some that you are still looking for help with. This doesn't seem right. What editing widget are you using in Web AppBuilder? Additionally, does the incorrect value actually get submitted to the data set? The reason I ask is that the web map and some Web AppBuilder widgets submit edits a different times in the editing process. Can you either share the web map and app with me, Username = Karate_KElly or get in contact with technical support. Thanks, Kelly
... View more
05-10-2018
08:39 AM
|
0
|
1
|
1424
|
|
POST
|
Hey Trip, You can do this by including a the following publishing parameters in the publish call in the REST API or ArcGIS API for Python. Include the time zone in which your data is using. "dateFieldsTimeReference": { "timeZone": "Pacific Standard Time (Mexico)" } -Kelly
... View more
05-10-2018
08:33 AM
|
1
|
0
|
1232
|
|
POST
|
Hey Joe, If using the calculate option in ArcGIS Online, you need to apply a specific filter in order to only calculate specific fields. Can you log an idea about calculating fields based on table selection on ArcGIS Ideas. I think this would be helpful to others also: Work with fields—ArcGIS Online Help | ArcGIS -Kelly
... View more
05-10-2018
08:20 AM
|
0
|
3
|
2827
|
|
POST
|
Two methods of concatenating 3 variables with a space in this post. I'm going to summarize both methods so the solution is clear. For this example feel free to use the layer mentioned below. I have left it editable, so that you can test out the differences of the two methods . Using Arcade is the most straight forward and flexible depending on how you plan to use the created field. Example Web Map and layer https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6 Create an Arcade expression for displaying in pop ups (or labels or symbology). Arcade can be used to display formatted data as a new field in pop ups or for symbology. If you are using Arcade, any updates to existing data will be displayed in the expression as the expression is created at the time of the pop up to display up to date values. Steps: 1. Add layer to Web Map: https://www.arcgis.com/home/item.html?id=7810a6a9ccd0406fb3b7ce7f10aac818 2. Configure Pop Up > Add Attribute Expression 3. Add Expression: Concatenate([$feature.dog1,$feature.dog2,$feature.dog3], ' ') 4. Ensure the created expression is checked to display in pop up (all dogs in this example) Note: If you want to use this expression as a label or for symbolization, Click New Expression and then select the existing expression to use in web map Calculate a field value in a table. You can calculate a concatenated field using the calculate field to. This is great for one time changes to data sets. The data will be updated at the time of the calculation and then may need to be updated manually or by calculation if the contributing fields were to change. Steps: 1. Display data table in Map Viewer or on Data tab of item details page. 2. Add a field to the table (Calculated Field) 3. Ensure the Field is displaying in the table and select calculate 4. Enter the following calculation: CONCAT(dog1,CONCAT(' ', CONCAT(dog2,CONCAT(' ',dog3 )))) 5. Verify that the calculated field displays correctly.
... View more
05-07-2018
02:57 PM
|
3
|
9
|
13820
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 11-11-2016 10:09 AM | |
| 2 | 02-20-2018 04:07 PM | |
| 1 | 02-22-2018 03:18 PM | |
| 1 | 07-19-2017 09:39 AM | |
| 1 | 03-18-2019 09:32 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-14-2023
06:56 PM
|