POST
|
Thank you. I should have RTFM before posting the question... Marked as answered. Hopefully it'll be implemented in the near future.
... View more
04-17-2019
07:07 AM
|
0
|
1
|
844
|
POST
|
Good morning GeoNet. I have this FS table: And I use the information in it to update a feature class. My workflow is this: Update the feature class using the information in the Detail field, and then Edit the Update Status? field from Pending to Complete. This is the field I use to indicate if the GIS update is complete. I have a definition query which removes any records where Update Status = Complete To make the update to the feature class, I need to be able to see all the information in the Detail field. I know I can expand the Detail field by clicking, holding the mouse down and dragging: But the Detail field width only persists until I change the Update Status field - and then it reverts to its original width and I can't see all the information in the Detail field: Any suggestions on how to force the Detail field width to persist would be greatly appreciated.
... View more
04-17-2019
06:43 AM
|
0
|
3
|
922
|
POST
|
Thanks Robert - I figured it out. The documentation isn't clear that you can only override time settings when publishing from Pro, and not from ArcMap.
... View more
04-01-2019
06:58 AM
|
1
|
0
|
591
|
POST
|
I have a FC with a DATE field: When I publish this FC to AGO, the date changes to what I suspect is UTC: This is the expected behavior, but the documentation also states: I don't see any guidance as to how I can specify whether the date values are in local time zone, and I don't see any Date/Time settings when I go to publish the feature layer. Any suggestions would be greatly appreciated.
... View more
04-01-2019
06:26 AM
|
0
|
2
|
689
|
POST
|
If your end goal is to create some selections, then your best bet, AFAIK, is to use the Select By Attributes function from within ArcMap or ArcGIS Pro.
... View more
04-01-2019
06:03 AM
|
0
|
0
|
2356
|
BLOG
|
Please let me know if you've had success with this - I know our AMI team would be thrilled to see this functionality.
... View more
03-26-2019
09:17 AM
|
0
|
0
|
6262
|
IDEA
|
Use case: I've got Sunrise and Sunset times stored in a table, and I'd like to display them alongside the Streetlight data in an Operations Dashboard. The Streetlights only burn between Sunset and Sunrise - this is useful ancillary information. I tried using the Indicator widget, but it will only support numeric data.
... View more
03-25-2019
11:36 AM
|
2
|
2
|
1241
|
POST
|
Thanks, Nick. I think for now I'll simply remove the ":" from the time so Ops Dashboard will treat the fields as numeric. I'll submit an idea to the team for clock / time indicator widget, I suspect I'm not the only one who'd like to see this. Cheers.
... View more
03-25-2019
11:33 AM
|
0
|
0
|
984
|
POST
|
I have published a Hosted Table Service with Date stored as Date, and Sunrise and Sunset times stored as text. I would like to display Sunrise and Sunset in an Operations Dashboard using the Indicator widget, and filtered by Date. When I apply the Date is Today filter and select Value Type = Feature, I don't see Sunrise or Sunset as an option. The Indicator documentation hasn't provided any guidance on this seemingly trivial limitation... Edit - "An indicator is essentially a card that can be added to your dashboard. It can be used to show the numeric attributes of individual features, or it can be used to display a count, a sum, an average, a minimum, or a maximum summary statistic." Does this mean I can't display text attributes of individual features? Should I convert Sunrise and Sunset times into something else? Any advice?
... View more
03-25-2019
08:39 AM
|
1
|
2
|
1903
|
POST
|
Just to be clear, are you trying to view the active hosted feature service in Excel, or are you hoping to download the data for viewing in Excel?
... View more
03-20-2019
07:46 AM
|
1
|
3
|
2356
|
POST
|
Did you specify No Simplify in the tool? NO_SIMPLIFY —The edge of the polygons will conform exactly to the input raster's cell edges. With this option, converting the resulting polygon feature class back to a raster would produce a raster the same as the original.
... View more
03-20-2019
07:39 AM
|
0
|
1
|
1542
|
POST
|
Now would be the time to learn some Python, and especially Cursors. The pseudo code would be: Make a list of all your tables Make a list of all the fields in Table1 Initiate a cursor to loop through the list of fields looking for "Apple" and replacing it with "Orange" Make a list of all the fields in Table2, etc. etc. etc.
... View more
03-19-2019
07:02 AM
|
2
|
1
|
488
|
POST
|
Now is a good opportunity to learn a little Python. Here is the pseudo code: Bring all of your data into memory as layers Merge the 4 layers into a new fc Export the merge Delete the 4 layers from memory Bring the merge into memory Select by attributes Export your selection as a new fc - this is your final product Delete the merge from memory Delete the merge fc If this is a task you do regularly you can use the Windows Task Scheduler to run this nightly, all hands-off. Does this help?
... View more
03-14-2019
08:28 AM
|
1
|
0
|
309
|
Title | Kudos | Posted |
---|---|---|
1 | 08-22-2018 12:51 PM | |
1 | 11-28-2018 08:48 AM | |
1 | 08-23-2018 09:11 AM | |
1 | 07-18-2018 08:45 AM | |
1 | 03-14-2019 08:28 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|