-
Exact Match fails for "MUSCAT" (Oman) at Provinces level — works with fuzzy match, fails 1-of-6 with Exact Match on
Hello I'm using the native Power BI map visual with Represent location as: Boundaries, Region = Oman, Geographic areas = Provinces, bound to a text column containing standardized wilayat names (AS SEEB, BAWSHAR, MUSCAT, MUTTRAH, QURAYYAT, AL AMRAT). With Exact match OFF: all 6 features match and render correctly ("Features…
-
Use blending and effects to apply focus to your maps
Using blending and effect you can apply focus to specifica areas on your maps. Whether you’re interested in focusing on your state, county, city, or local project, you can use blending and effects to apply visual focus to your work. Several approaches and examples are highlighted in this recently updated blog article,…
-
Apply local focus to Living Atlas content
ArcGIS Living Atlas provides global, country-wide, and regional coverage for basemaps and many layers. But what if you’re interested in focusing on your state, county, city, or local project? Using blending and effects you can easily apply focus to Living Atlas basemaps and layers for your specific area of interest. This…
-
"All Other Values" option when authoring Contingent Values
IDEA: When creating Contingent Value combinations in ArcGIS Online, it would be useful if there was an [ALL OTHER VALUES] option at the bottom where there are currently [ANY] and [NULL] options. USE CASE: In my scenario, it would mean that for some values requiring a combination of options, I can author them as required…
-
Standard Deviation confusion
Hello, See the Histogram below. The Blue line is the Mean. The Grey line is supposed to be the Standard Deviation of 169. …I assume this is "1" Std Dev.? …Why is it sitting on the 254 value?
-
Add Relative Date Filters to Nearby Instant App
I’d like to request the option for relative date filtering in the Nearby Instant App, with options like: within the next X days/weeks within the last X days/weeks today / tomorrow / this week My use case is a scheduling map where I want Nearby to always show appointments in the next 14 days. Ideally, I could set: Scheduled…
-
Data Expression Help, created fields not showing in Data...Category field in serial chart element
Good afternoon, I am attempting to build a Data Expression for a serial chart in a Dashboard (Enterprise 11.5) using some code snippets produced from ChatGPT. I have beginner Arcade skills. I want to calculate miles of water main sorted in ten-year age bins from today's date. I have fields 'measuredlength' (feet) and…
-
Web app filtering not working correctly with read only branch versioning layers
After upgrading to ArcGIS Enterprise 12.1 we have a few layers that no longer filter correctly but only when viewed in web apps. What happens is only the first 2000 records are returned and then no further query requests are made to the service. The only common denominator that I have found is the problem happens with…
-
What is the best way to manage documents from a project
a { text-decoration: none; color: #464feb; Good afternoon. We have projects that contain multiple folders of documentation. For each project, we organize information into subfolders by year, properties, permits, or buildings covered by the project. What would you recommend as the best way to link all this information to a…
-
Migrating from ArcGIS GeoEvent Server to ArcGIS Velocity
This conversation has been popping up increasingly as more water utilities look to incorporate real time data. How can an organization migrate from ArcGIS GeoEvent Server to ArcGIS Velocity? Check out this Esri blog explaining how to do just that: How do I Migrate from ArcGIS GeoEvent Server to ArcGIS Velocity?
-
Pole-Conduit Connectivity
We are migrating data from GTech to Esri UN , In GTECH the Conduits are owned by Poles . How to replicate this in Esri . Is only the Junction -Edge connectivity is enough here , Or Do I need to create any structure attachment to the Pole . But we can't create a structure attachment from pole to Conduit as per feature…
-
Pull data from Location and Populate field with County Name
Usign Survey123 CONNECT….. I am trying to allow the user to create a point in a GEOPOINT type I have a text field that I am trying to pull the COUNTRY name from that geo locatrion above. I dont get any errors but nothing shows up in the COUNTRY text box after I add a location point… Do I have any syntax incorrect… I am on…
-
How to triage ArcGIS Enterprise Networking issues with Wireshark
The short version ArcGIS Enterprise is a distributed system that consists of multiple components: ArcGIS Web Adaptors, Portal for ArcGIS, one or more ArcGIS Server sites, and ArcGIS Data Store, often spread across many machines and, in production, doubled up for high availability. When something breaks between those tiers:…
-
filter map by related data
Hello, I have a map widget that I want to filter by several related tables to the polygon feature layer in the map. I have been trying to do this by using filter widget. It will only work on one of the filters I add in widget. I am not sure why this is, I have tried using a group filter but that doesn't work. So to clarify…
-
Feature Service with Create and Geometry Edits Disabled, Allows new Features to be Created
Confused and I think I have found a bug in ArcGIS Enterprise 12.1. All patches for ArcGIS Portal, Server and Data Store are applied. I have published a feature service from ArcGIS Pro v3.7 to a federated ArcGIS Server 12.1 without Create capabilities nor Geometry edits - the intent is to have this feature service allow…
-
Editor Component & .layerInfos
This is to freshen up the 'solved' question, here: Editor Component and layerInfos - Esri Community And in particular, reviewing the suggested pattern at that time, **Set layerInfos on Editor component —————- Context: The issue (from Javascript through to ExpBuilder): our Services include multiple editable layers that…
-
Gaussian Splat Projection Tool
I've been experimenting with Gaussian Splats from Reality Extension and Drone2Map and noticed that the Project tool in ArcGIS Pro doesn't currently support Gaussian Splat outputs (3d_tiles or 3tz). I've put together the following tool to project a Gaussian Splat in 3D Tile format from one coordinate system to another using…
-
Allow Arcade editor window to be made larger when editing existing Arcade code
When you add data via Arcade, you get a basically full-screen window to work in: However, if you need to edit that Arcade code afterwards, you're limited to this smaller window: I would love to be able to edit in that same larger window to minimize horizontal scrolling.
-
Allow inclusion of dynamic attribute values from fields in Dashboard element titles and/or captions
It would be great if we could include field values (or statistics) in dashboard element titles and captions. Currently, we can pull in dynamic source data, like title, summary, and view count, but no actual data. I realize that if multiple features with different values are selected, this would not work, but that's easily…
-
Spectral indices fall outside the normal range
Hi everyone, I'm a beginner in GIS and remote sensing, and I'm currently using ArcGIS Pro to calculate NDVI from Landsat imagery. However, I'm having a problem with the NDVI calculation. I first convert the DN values to surface reflectance using the formula: Reflectance = DN × 0.0000275 − 0.2 Then, I calculate NDVI using…