|
POST
|
Hi, I interpret the text under the "Retake Policy" section to mean that every time you take the exam, even if it's a retake, it costs $250. https://www.esri.com/training/certification-find-exam/policies/
... View more
06-15-2022
08:39 AM
|
2
|
0
|
3213
|
|
POST
|
Hi, Are you using the FeatureTable widget? This sample demonstrates how to select a feature using the map or the table - FeatureTable widget with a map Jill
... View more
06-13-2022
12:56 PM
|
0
|
1
|
1363
|
|
POST
|
I'm not sure of the answer but you could try setting the highlight option property on the Map View https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlightOptions
... View more
06-09-2022
10:27 AM
|
1
|
1
|
5424
|
|
POST
|
Hi, I poked around in the file system and for me it looks like it is stored in the local app data at - C:\Users\[username]\AppData\Roaming\Esri\ArcGISPro.exe_StrongName_[GUID]\2.9.0.0\user.config It is an xml file and the recent projects are written to a setting called "RecentProject". I don't think it will be as simple as copying this file but you could copy and paste the content of this node. Jill
... View more
06-08-2022
07:45 AM
|
3
|
0
|
3579
|
|
POST
|
What is not working? Are you getting an error? Are you not getting any features from the hit test? Or is the symbol not being applied?
... View more
06-08-2022
07:33 AM
|
0
|
3
|
4098
|
|
POST
|
Hi Javier, I'm not sure that DefaultValue is the function that you want. It evaluates the first parameter and if it finds null or an empty string it returns the second parameter. Are you wanting to return "Pkinicial" if the value of the cngmetros field is 0 and "Pk5metros" if the value of cngmetros is a multiple of 5?
... View more
06-07-2022
09:57 AM
|
1
|
0
|
888
|
|
POST
|
I believe you need to watch for a click event on the MapView object and get the graphic using a hit test. This sample should get you started - https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/ It adds a highlight on mouse-over but you could modify it to change the symbol on click instead.
... View more
06-07-2022
08:47 AM
|
1
|
5
|
4111
|
|
POST
|
Hi, Have you tried using Arcade to build an attribute expression based on the the attribute values? You can then add an image to the popup with the dynamic URL as the source. This blog post is kind of old but I think still applies (part 2, specifically). Jill
... View more
06-06-2022
08:08 AM
|
0
|
0
|
1906
|
|
POST
|
I haven't tested it out but you could try something like //create the marker var marker = { type: "picture-marker", url: "https://arcgis.github.io/arcgis-samples-javascript/sample-data/cat3.png", width: 46, height: 46 }; //apply it to each graphic const peakResults = response.features.map(function(feature) { feature.symbol = marker; }
... View more
06-06-2022
07:59 AM
|
1
|
1
|
4132
|
|
POST
|
Hi, You don't say what kind of layer you're using or how you're adding it the map but a picture marker symbol will allow you to specify a custom image. The Symbol Playground will help you generate the correct syntax.
... View more
06-03-2022
10:02 AM
|
1
|
2
|
4171
|
|
POST
|
Hi Jay, I don't have a lot of experience working with Solutions but I suspect that as long as you don't modify the schema of the feature layers and web maps too much you can customize the apps without affecting the rest of the solution (starting with a copy is probably a good idea). Classic Dashboards is being retired this fall, so migrating to the new Dashboard app is probably a good idea. Some of the new features in Dashboard, like advanced formatting and data expressions, I have found to be really useful. https://www.esri.com/arcgis-blog/products/ops-dashboard/announcements/dashboards-classic-retiring/ Good luck! Jill
... View more
06-02-2022
12:00 PM
|
0
|
1
|
1920
|
|
POST
|
Hi Jay, I believe that if you want to modify what's shown in the Details element, you would need to modify the popup and not the dashboard. Have you tried using the List element? It is similar but it's highly customizable. Jill
... View more
06-02-2022
09:19 AM
|
0
|
3
|
1928
|
|
POST
|
Hi, Will something like this work? https://support.esri.com/en/technical-article/000011376 Jill
... View more
06-01-2022
08:25 AM
|
0
|
0
|
948
|
|
POST
|
What do the settings look like under the Collaborate tab. Is the Survey Status set to "Closed"?
... View more
05-25-2022
11:38 AM
|
0
|
0
|
742
|
|
POST
|
I don't believe you can do this in ArcGIS Online. I haven't experimented much with blend modes but it looks like you can adjust the color based on what features are stacked on top of each other.
... View more
05-25-2022
10:10 AM
|
1
|
0
|
810
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-11-2018 10:05 AM | |
| 1 | 04-21-2023 11:03 AM | |
| 1 | 08-22-2024 12:12 PM | |
| 1 | 06-17-2022 08:38 AM | |
| 2 | 05-23-2023 07:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|