POST
|
Does anyone know how to create a project timeline like how they showed in the video? Ive put a screenshot down below. I have found blogs of all four, except the one I am looking for. Making this chart would be absolutly amazing. https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/charting-multidimensional-data-in-arcgis-dashboards/ https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/designing-effective-dashboards/ https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/pushing-the-limits-of-arcade-in-dashboards/
... View more
12-19-2024
07:30 AM
|
0
|
2
|
838
|
POST
|
hi Andy, i prefer to have the popup-implementation. The popup shows, I can login and then i see in the popup the original angular-app... when i close the popup the console shows me that the login has been canceled 😞 I used the oauth-callback.html from the esri resources as callback url in the angular-app
... View more
08-27-2022
01:00 AM
|
0
|
3
|
2760
|
POST
|
Hi all, Currently we're using a Arcade expression to make a custom URL which we place in a Pop-up. This works fine, the only issue is that we use the same expression for the same layer in multiple web maps. The only thing we have to change manually is the web map item id. Ideally, the webmap id is retrieved dynamically. This would allow us to use the Arcade expression in multiple webmaps without changing it at all. In other words: is it possible to tell a popup which webmap id to use, based on the web map in which the pop up is configured? Or should this be an Idea? We're using the following expression: Var collector = "Arcgis-collector://?itemID=" Var webmapID = "<WebmapID>" Var ServiceUrl = "<layerURL> Var "field1= "Projectkenmerk" Var value1= $feature.projectkenmerk Var field2= "Meldingnummer" Var value2= $feature.OBJECTID var url = collector + webmapID + "&featureSourceURL=" + kaartlaagServiceUrl +"&featureAttributes=%7B" url = url + field1 + value1 + field2 + value2 return url
... View more
04-02-2020
06:11 AM
|
0
|
1
|
513
|
Online Status |
Offline
|
Date Last Visited |
06-25-2025
01:51 AM
|