POST
|
Hi Zak, You can certainly do this with arcade and an If/Else statement. The line breaks do make it a bit complex but it can be done like this: "This route is swept on the following Fridays between 3am and 11am:" + TextFormatting.NewLine + "Friday, June 7, 2019" + TextFormatting.NewLine + "Friday, July 12, 2019" + TextFormatting.NewLine + "Friday, August 16, 2019" + TextFormatting.NewLine Personally, I like using the "TextFormatting.NewLine" and a line break so it is easier to get an idea of what the end product will look like. However, you could just simply keep everything on one line for simplicities sake (ie "This route is swept on the following Fridays between 3am and 11am:" + TextFormatting.NewLine +"Friday, June 7, 2019"). You can also take advantage of using variables for standard texts (like the disclaimer at the bottom). This could look something like this: var route_11 = "Line 1" + TextFormatting.NewLine + "Line 2" var standard_text = "Standard Disclaimer" if($feature.RouteID == 11 ){ return route_11 + TextFormatting.NewLine + standard_text } else{ return standard_text } Cheers, Andy
... View more
06-25-2019
11:10 AM
|
2
|
1
|
981
|
POST
|
Hi Amber, Since it sounds like you've double-checked the sharing, I'd suggest clearing your cache and trying again. If that doesn't work, it may be due to how you are accessing the reporter (Account vs Guest user). Does the behavior occur if you change this? Andy
... View more
06-18-2019
12:49 PM
|
0
|
2
|
838
|
POST
|
Hi Allison, Based on what you have described for your editing workflows, the behavior you are looking for is possible with ArcGIS Enterprise. If you register the database with ArcGIS Enterprise and create an ArcGIS Server Service, the data will be dynamic. Once the reconcile/post is complete the data in the dashboard will reflect any edits that have been made. This workflow is not possible with ArcGIS Online or if you publish the data as a hosted service (ie copy the data to the server). In those scenarios, it will simply be a static copy of the data. More information on registering the data base can be found on the link below. Registering Data with ArcGIS Server: https://enterprise.arcgis.com/en/server/latest/manage-data/windows/registering-your-data-with-arcgis-server-using-arcgis-for-desktop.htm If you are locked into using ArcGIS Online, then you will either need to manually update the data periodically or set an update script. Links with resources for this are below. ArcGIS Pro will definitely be the better option for these workflows as it will be much easier to visualize what you are doing with the Python API. Updating Hosted Feature Services: https://www.esri.com/arcgis-blog/products/api-python/analytics/updating-your-hosted-feature-services-with-arcgis-pro-and-the-arcgis-api-for-python/ Overwrite File Geodatabase: https://cloudygis.maps.arcgis.com/home/item.html?id=2d7027b148e24005916e55ab2cb74b50 With regards to editing the dashboard, there is quite a bit of documentation out there on how to do this (link below). If you are looking for the exact way the Value Analysis Dashboard is set up, it will be easiest to use the Solution Deployment tool. If you can't create this in your own organization, you can deploy to another place (such as a developer organization) and then manually copy the settings in each card (time consuming, but very effective). Operations Dashboard: https://doc.arcgis.com/en/operations-dashboard/help/what-is-a-dashboard.htm The documentation for the old version of the Value Analysis Dashboard is available here: http://solutions.arcgis.com/local-government/help/value-analysis-dashboard/ A word of caution with this, though. The previous version of the dashboard was designed for the old desktop version of Operations Dashboard (now in mature support). The set up interface is completely different and the dashboard itself no longer looks like the current release. The steps won't be much help other than showing expressions we used in the designed etc. Even then, this may be more of a hindrance than a help because it is so different. Overall, if there is any chance you can get access to ArcGIS Pro, it will make the entire process you are looking at much easier. Cheers, Andy
... View more
06-14-2019
01:25 PM
|
1
|
0
|
1956
|
POST
|
No worries, glad to help. If you haven't already tried, it would certainly be worth clearing your browser cache just to make sure nothing is hanging on when it shouldn't be. Additionally, as silly as it may sound, I have seen that turning the routing on map off/on again can shake things loose and get the directions widget working.
... View more
05-08-2019
02:07 PM
|
0
|
0
|
1100
|
POST
|
Hi Darla Pyron, Using the tick box on the map settings (even though it says retired) should still enable routing on the widget since the tool is looking for that specific setting. In future releases, you will also see a setting in widget on the "Direction Setting" tab to enable directions from the NearMe Widget so you don't need to keep jumping back and forth. Andy
... View more
05-08-2019
01:28 PM
|
1
|
2
|
1100
|
POST
|
Hi Allison, From what it sounds like, you are interested in using Value Analysis, but using ArcGIS Server Services instead of services from ArcGIS Online, is that correct? This is possible by simply switching out the layers int he web maps the Value Analysis Dashboard is based on. If your server services have the same schema. You can then flip the layers in the web map to point at the ArcGIS Server Layers instead of the default layers generated by the Solution Deployment Tool. Depending on the schema differences between your layer and the default layer, you may need to repoint some of the indicators and filters in the dashboard. I'd suggest poking around in the dashboard when everything is working with the default layers (and no data) to get a better idea of how everything is linked. Andy
... View more
05-06-2019
08:22 AM
|
0
|
2
|
1956
|
POST
|
Adrian, Still going to need a little more information. Without knowing what types of images and text aren't appearing or if it works in other formats, we won't be able to do much to figure out what is going. Andy
... View more
05-03-2019
08:20 AM
|
0
|
0
|
780
|
POST
|
Adrian, What exactly is missing from your exports? Is the screen shot what should be exported? or is the screen shot missing elements? I'd also be curious about what is different from the elements which are missing. Are they JPGs, PNGs, etc? And does this only happen with PDF or does it happen with all export styles? Andy
... View more
05-02-2019
08:13 AM
|
0
|
2
|
780
|
POST
|
Brenda Runyon The Reflective Coating field in the solution is a text field, so you should be able to put in any values you need. As for configuring the solution to have more fields/different domains, the Solution Deployment Tool will really help you out. After deploying the Sign Inventory, you can use the "Configure Solution" step to modify the schema. This way you can have the layer be as trimmed down or expanded up as you need.
... View more
04-10-2019
02:38 PM
|
0
|
1
|
899
|
POST
|
Glad to help! You can host the data in ArcGIS Online. However, the Geoprocessing Service must be on ArcGIS Server. Additionally, Web AppBuilder for Developers is also required since the GP service is consumed by a custom widget which comes with the download.
... View more
04-04-2019
01:31 PM
|
1
|
1
|
1801
|
POST
|
Steve, sounds like you may be interested in our Adopta Solution. From your description, it sounds like this is exactly what you are looking for. https://solutions.arcgis.com/local-government/help/adopta/ Andy
... View more
04-03-2019
03:55 PM
|
2
|
3
|
1801
|
POST
|
Hi David, Right off the bat, this sounds like a spatial reference issue to me. Are the CAD files appearing close to where they should be or are they off the coast of Africa? I'd try using the CAD to Geodatabase Tool (link below). This will create a geodatabase with spatial reference for the CAD Data. If the data still doesn't line up at that point, you will probably need to georeference the data. This is a pretty straight forward workflow. Assuming all the schools in your data are off by the same amount (ie not appearing on top of each other), you may only need to do this once and then reuse the spatial reference file you create. CAD to Geodatabase: CAD to Geodatabase—Conversion toolbox | ArcGIS Desktop Georeferencing Cad Data: Georeferencing CAD data—ArcGIS Pro | ArcGIS Desktop Cheers, Andy
... View more
01-23-2019
09:47 AM
|
0
|
0
|
1679
|
BLOG
|
When we create our surveys in Survey123 Connect, the desktop application, we have the option to choose the display format of the coordinate. We can do this for both the preview map and the detailed map. However, this is solely a display functionality because the data is saved to ArcGIS Online. The default coordinate system for services published by Survey123 is ![]() There is no way to change our coordinate system of the data in ArcGIS Online hosted feature services, and the the pulldata(''@geopoint'') function will only capture DD. However, we can take full advantage of the Survey123 for ArcGIS's calculation fields to determine both DMS and decimal minutes (DDM) coordinates for our data. Since we determine DDM and DMS values in our survey, we can create this information on-the-fly and save it into the form response. While this process doesn’t change the coordinate format, you can save valuable time should you need this information. As these calculations can be quite complex, here's a sample survey that does everything for you! Copy and paste the sections you need to add DDM or DMS values to your survey. On your survey form, a new field depicting the value you want appears. Due to how the application is making these calculations, all our in-between steps appear in the data. Happy survey-ing! ![]() Andy S. - Desktop Support Analyst |