|
IDEA
|
@SarahSibbett Are you using feature services? If so, you might not see this problem in 3.2 as we rolled out a fix for this specifically for feature service enabled with branch version. But you might see it for local datasets like fgdb or enterprise database etc. We are planning to roll out the complete fix incrementally. I believe with latest 2.9 patch, you won't see the problem at all regardless of whether you are using feature services or local or enterprise databases. We are working with an intention to roll out the complete fix as a patch for 3.1.
... View more
02-26-2024
05:14 PM
|
0
|
0
|
2193
|
|
POST
|
@ANH That is odd. Did you register your folder with the server? If you right click on the analyzer warning, does it give you options to register that folder? If not, I'd go to the portal and register the folder. And try again.
... View more
02-26-2024
05:08 PM
|
1
|
0
|
2187
|
|
IDEA
|
02-25-2024
10:57 PM
|
0
|
0
|
1427
|
|
IDEA
|
@GIS_Spellblade Our expectation here is that the web pop-ups would display the time as recorded within our database with recent enhancements in web app such as new Map Viewer and Experience Builder, you can set your webmap's time zone to view data in a particular time zone. By default and the way it was before is that web apps always show date/time values in your device local time zone. ArcGIS Pro, starting either at 2.8 or 2.9, displays date/time in preferred time zone set to the service level. If there are no preferred time zone or you are using Pro version older than 2.8, you will see date/time showing up in UTC. One option you can try for now is what we call unknown time zone. If you set your service's time zone to unknown, your date/time values will be passed around and displayed as-is. you might find these two blogs helpful ArcGIS Online Map Viewer supports date-time data off multiple time zones in a single layer (esri.com) Working with Online feature service date-time attributes in non-UTC time zones in ArcGIS Pro (esri.com)
... View more
02-25-2024
10:37 PM
|
0
|
0
|
3381
|
|
IDEA
|
Implemented in ArcGIS Pro 3.3. Thanks for your suggestion. TanuHoque_0-1715291228979.png TanuHoque_1-1715291233081.png
... View more
02-22-2024
11:39 AM
|
0
|
0
|
2985
|
|
IDEA
|
@WalkerHenry__NIFCAdmin I'm glad to know that. Pro and AGOL support these new field types. That said, the FS sync workflow (which I believe is critical for your workflow) doesn't support this yet. My understanding is that supporting these field types by both sync workflow and Field Map app is the road map for the near term. Adding some blogs posted related to these new field types for users who will read this thread in the future. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/get-the-most-out-of-your-temporal-data-with-arcade/ https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/time-is-on-your-side-with-new-field-types-in-arcgis-online/
... View more
02-20-2024
04:32 PM
|
0
|
0
|
3410
|
|
IDEA
|
Just a quick note. We have an issue in Pro where layers don't remain selected in the Contents pane when you add multiple layers from the Catalog pane. We are working on resolving this issue and make it available to our users in one of upcoming releases. The resolution will help the user experience for the above-mentioned workflow better. Once added, all you will need to do is right-click and choose Group command from the context menu.
... View more
02-20-2024
04:12 PM
|
0
|
0
|
2343
|
|
IDEA
|
Thanks @RussRoberts. @MDB_GIS In addition to what Russ mentioned, I'd like to add (for people from the future) an age old keyboard shortcut that might have come handy in other workflows. The shortcut is Alt+click. As you see in the animated gif below, it only makes the layer that you clicked on visible, and other layers get toggled off. We also have a variant that is Shift + alt + click that turns off the visibility of all other layer from the entire map, whereas alt + click works only with a group layer. toc_alt_click.gif
... View more
02-15-2024
01:49 PM
|
0
|
0
|
4269
|
|
IDEA
|
first, my apologies to @WalkerHenry__NIFCAdmin for not replying before. Somehow it fell thru the cracks. I'm not sure if you tried this yet, we made a big enhancement to make working with date/time in Pro 3.2 and Enterprise 11.2. Please try the new field type named esriFieldTypeTimestampOffset. That should work for your workflow @GIS_Spellblade pls give esriFieldTypeTimestampoffset field type a try and let us know if that doesn't work for your use case. I'm more than happy to answer questions regarding these new field types here. thanks
... View more
02-15-2024
10:59 AM
|
0
|
0
|
3457
|
|
IDEA
|
Already offered via Copy Path command from Map ribbon tab Thanks @Bud for trying it out and confirming that it works for you.
... View more
02-06-2024
05:20 PM
|
0
|
0
|
2519
|
|
DOC
|
@MoyaCalvert_01 I'm using a hosted service from ArcGIS online, that kind of where clause won't work with services that is because where clause with sub-queries are not supported by either enterprise or agol map/feature services. thanks for telling me the workaround that you implemented. And your future plan with 3.2. As you might have already aware that you need to upgrade your poral/server to 11.2 for the arcade fix. speaking of 11.2, print service has been upgraded to have better support with dynamic text elements. You'd not need to write any arcpy based solution. That said, for now you'd need to use custom js api based app to take advantage of this; out of the box apps like Map Viewer or Experience Builder print widget doesn't support these current.
... View more
01-31-2024
10:32 PM
|
0
|
0
|
21787
|
|
DOC
|
Thanks @MoyaCalvert_01 You are right, we don't have such option. So, you want to see attributes from the 1st row even when the feature is not visible? SELECT Top 1 * FROM <mytable> WHERE OBJECTID IS NOT NULL the above sql is very specific to SQL Server database. If your data are stored in a SQL Server, then you can write a query like this in the query builder... objectid IN (SELECT TOP 1 objectid FROM NEWENGLAND_COUNTIES order by STATE_NAME) if your underlying database is Oracle, or PostgreSQL or FileGDB or something else then this syntax might look different. Here is a screenshot of a dynamic text element that shows state-name from the first row. Pls note in my layer, I only had data from 3 different states from the New England region. TanuHoque_0-1706668317139.png pls let me know if you have any questions.
... View more
01-30-2024
06:34 PM
|
0
|
0
|
21850
|
|
IDEA
|
@Bud did this Copy Path command not help you? copy_layer_id.gif
... View more
01-30-2024
01:43 PM
|
0
|
0
|
2606
|
|
POST
|
thanks @AbiDhakal. appreciate your quick response. I see the incident got resulted in a bug (BUG-000163345)
... View more
01-22-2024
02:14 PM
|
1
|
0
|
3441
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|