|
POST
|
Hi @TimG_OWWSB, You can use the append tool and then set the field map to the following: It may or may not require editing, but it is recommended to have an edit session open just in case.
... View more
05-30-2024
01:56 PM
|
1
|
1
|
1925
|
|
POST
|
There is this option as well. I completely forgot about it last time, but it might be what you are actually looking for.
... View more
05-28-2024
05:40 AM
|
0
|
0
|
3175
|
|
POST
|
I know you can format the dates in Dashboards, but it seems that Experience Builder is still limited in that regards. If you can't find a solution, then you can definitely pitch the idea to Esri to include formatting dates as an idea.
... View more
05-24-2024
08:07 AM
|
1
|
1
|
3602
|
|
POST
|
It is displaying in month intervals. It looks like it isn't displaying just the months simply because it is showing January of each year. If you only want just the months, then either you will have to add a field to indicate which month it was collected/edited or filter the data by a specified year.
... View more
05-24-2024
05:34 AM
|
0
|
3
|
3718
|
|
POST
|
You would only need to select one layer specifically, ideally the topmost layer, and in the actions tab you can set an action to filter the other layers based on a matching attribute.
... View more
05-24-2024
05:18 AM
|
0
|
2
|
3266
|
|
POST
|
One thing you can do in Dashboards is to help with your situation is: Add a header panel to the dashboard In the header panel settings, add a category selector. Specify grouped values in the category selector and the specific field to group by. Configure the functionality of the category selector. In the actions tab, specify which actions you want to apply to the map. This should ultimately give you the results you are looking for. This would also eliminate the need to toggle the layer display.
... View more
05-23-2024
12:29 PM
|
0
|
4
|
3293
|
|
POST
|
Which application are you going to use (Experience Builder, Dashboards, etc.)? Depending on how you plan on showing the maps/data; it might make sense to keep it to one map and filtering specific data. The issue with heatmaps is overlapping hotspots which would confuse your target audience. If you want to have separate years showing, then you would need to create 4 separate maps. The benefit of that is (if using either Dashboards or Experience Builder) is you can lock the zoom or map navigation to equate to all different maps. Essentially when the user pans/zooms in one map then the other maps will pan/zoom also. To set up your scaling, you would simply have one layer with a set reference scale and the other layer to display up to the set reference scale.
... View more
05-23-2024
11:59 AM
|
0
|
6
|
3305
|
|
POST
|
Hi @Sara_Fatimah., Have you tried publishing two separate layers so that one only shows dynamically and the other as constant? If you try that method, then you can set the constant layers visibility to stop at a certain scale and the other dynamic layer to continue dynamically at a lower scale.
... View more
05-23-2024
11:11 AM
|
0
|
8
|
3316
|
|
POST
|
Can you please post your code so that the community can help you troubleshoot it? Otherwise, it would be nearly impossible to help you with your issue.
... View more
05-23-2024
04:32 AM
|
0
|
0
|
960
|
|
POST
|
They are only available with the latest portal update whenever you upgrade your portal to the compatible version of the functions. Release notes | ArcGIS Arcade | ArcGIS Developers
... View more
05-23-2024
04:30 AM
|
0
|
0
|
1187
|
|
POST
|
Hi, I am trying to figure out a way to set up a countdown that automatically refreshes after opening a dashboard? The code below works fine but it isn't synced with the layer refresh. I am curious if anyone knows a way to have the countdown refresh the same time the layer refreshes. var setmin = 4-(Minute(Now())%5)
var setsec = Text(60-second(Now()))
if(count(setsec)==1){setsec='0'+setsec}
var timer = Text(setmin)+':'+Text(setsec) I know you can turn on the last updated option on any of the widgets, but I would like to have a larger indicator showing that.
... View more
05-21-2024
10:29 AM
|
0
|
0
|
936
|
|
POST
|
Hi, I am trying to figure out a way to set up a countdown that automatically refreshes after opening a dashboard? The code below works fine but it isn't synced with the layer refresh. I am curious if anyone knows a way to have the countdown refresh the same time the layer refreshes. var setmin = 4-(Minute(Now())%5)
var setsec = Text(60-second(Now()))
if(count(setsec)==1){setsec='0'+setsec}
var timer = Text(setmin)+':'+Text(setsec) I know you can turn on the last updated option on any of the widgets, but I would like to have a larger indicator showing that.
... View more
05-21-2024
10:23 AM
|
0
|
0
|
852
|
|
POST
|
Hi @jamierodriguez, You can specify the distance from a selected feature by either clicking on the feature in the map (if you want to interactively specify the feature/record) or in the select feature by location dialogue box you can specify the feature and modify the search distance from another feature.
... View more
05-21-2024
09:48 AM
|
0
|
0
|
978
|
|
POST
|
Yes. It has to be registered with the enterprise sde geodatabase.
... View more
05-13-2024
06:23 AM
|
0
|
0
|
2471
|
|
POST
|
You do not need to use the datetime.strptime() function since python will automatically convert a datetime python object to a sql datetime object when you specify the actual datefield. from datetime import datetime
Sample = datetime.now().isoformat(timespec='seconds')
print( Sample )
#printed result = '2024-05-13T08:42:27' .
... View more
05-13-2024
05:44 AM
|
0
|
0
|
1647
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-07-2026 01:36 PM | |
| 1 | 02-10-2026 06:09 AM | |
| 1 | 03-04-2026 01:08 PM | |
| 1 | 02-24-2026 12:59 PM |
| Online Status |
Offline
|
| Date Last Visited |
12 hours ago
|