|
POST
|
Xander, you mentioned hardcoding a json string and parsing in Arcade. I grab activities related to a record from a Rest API (https ://mylink .com/API/get/ ?APIkey=????&id=[1234]) Record 1234 can have multiple activities and I would like to display them in the popup. Is this possible with what you mentioned above? If so, are there any samples of arcade expressions that do this? Thank you in advance,
... View more
03-06-2020
06:47 AM
|
0
|
1
|
8113
|
|
POST
|
I'm wanting to make a form/app for public input only but, after data is submitted, make the data inaccessible outside of the form. My understanding is that to make a hosted feature layer available for data entry to the public in a form would also make that feature layer available outside of the form/app. My understanding is this means that you could search for that feature layer through the basic search in AGOL and see the whole data table. Is there a way to make just that layer available through the app and inaccessible everywhere else in the AGOL environment? The reason is that I'm looking for a solution that allows a resident to enter their ownership information into a form based web app but now allow that data to be searchable or used in any other manner outside of its intended purpose. Thank in advance.
... View more
09-27-2019
10:58 AM
|
0
|
1
|
1302
|
|
POST
|
I do not know if you were ever came across a solution to this question but there is a widget called Situational Awareness that lets you generate a report. Although I would like to customize it more for this same application (Pre-Incident Plans). There are some areas that I would like changed: 1) Select by Plan ID instead of point, line, polygon and proximity. Currently, I have to create a box around the structure. This is capture everything within the structure to be reported but this polygon stays on the the print out. This takes away from the map on the report. 2) Select and report the records without the analysis part (summary, proximity, etc.) . This adds a lot more unnecessary lines/records and in this case its really only duplicated the information. Any help would be greatly appreciated.
... View more
07-17-2019
12:47 PM
|
0
|
0
|
4035
|
|
BLOG
|
Ismael, James, and/or James, I'm scratching my head on this one... So I have a web map that is used in Explorer to find location and open Survey 123 with a field populated and center on lat,long. The field gets populated in the survey but the geopoint/map in the survey does not get centered. When I look at the point that gets generated in the hosted feature service, it is off the coast of Africa. When I click on this link in the web map it opens a new browser tab and the Lat,Long look good. Below is what I have as the hyperlink link and the second is what it returns in the web browser. arcgis-survey123://?itemID=MYitemID&field:apn={apn}¢er={expression/expr0},{expression/expr1} arcgis-survey123://?itemID=MYitemID&field:apn=001.0025.0002.11¢er=38.35441308400005,-81.64341213599992 Any help would be greatly appreciated!
... View more
05-22-2019
01:06 PM
|
0
|
0
|
11974
|
|
IDEA
|
Yes, Yes, Yes! I could not agree more. This is exactly what I'm trying to do.
... View more
05-03-2019
12:41 PM
|
0
|
0
|
4730
|
|
POST
|
Hey all, I just came across this ArcGIS Idea. https://community.esri.com/ideas/15442-arcade-expressions-in-operation-dashboard In the comments of this Idea, there are a few more links to other Ideas of the same nature. Please go vote these Ideas Up.
... View more
05-03-2019
12:40 PM
|
3
|
0
|
5631
|
|
POST
|
I'm using Portal instead of AGOL but same concept. This layer is coming from another internal system through an eURL so I cannot add fields. Just the fact that I'm able to bring in this data real-time using eURL in its own is a game changer! Especially in Operation Dashboard. Of course, I get the question, "Can we add the average time it takes to complete different tickets?" I have to see if I can do the calculation in the original system first but, so far, I have had no luck.
... View more
05-02-2019
12:55 PM
|
0
|
0
|
5631
|
|
POST
|
Thank you for your quick reply. I was able to create a successful Arcade Expression that gives me the time in hours in the web map but it does not carry over into Operations Dashboard. I even saved it as a new layer hoping to trick Op Dashboard. It did not work. So frustrating when you think you have it and then you don't. This was so close to working!
... View more
05-02-2019
12:38 PM
|
0
|
2
|
5631
|
|
POST
|
I'm trying to accomplish both steps in Operations Dashboard. I'm pulling data from another system that has start and finish dates. 1) I need to calculate the time between the start and finish. 2) Then I need to do the average. Is there a way to calculate the time in Operations Dashboard before creating the Average Indicator? I'm bring the data in as an eURL into Portal Web Map and there is no way to get this time value in the other system. Is there a way to show this calculation in the web map and use it in the Operations Dashboard app? Any help would be greatly appreciated.
... View more
05-02-2019
11:56 AM
|
0
|
4
|
5631
|
|
POST
|
Yes. It is a wildcard certificate. I used IIS to export it. It is in a PFX file format. Going through browser only lets me export it in 2 CER file formats or P7B. According to documentation, Esri wants to use PFX or P12. edited... OK - So I went ahead and exported the CER file and imported it successfully through the Import Root or Intermediate. I'm a little confused because it shows up exactly like the one that I imported through the other method. So both are listed there now but I'm still using the first one that i imported. I did this previously by the "Edit" operation so I can use this one instead of the selfsignedcertificate. I did all this (both portal and server) previous to federating Arcgis Server. So I'm still confused as to what the difference/mechanism that is going on behind the scenes because, through the admin directory, it appears to be the same. ...and the hosting server is working going through the Admin URL. So I guess I'm good. Jonathan, I cannot thank you enough for your time. I truly appreciate!
... View more
01-04-2019
01:22 PM
|
0
|
0
|
4076
|
|
POST
|
OK - I'm experiencing issues trying to import this PFX file that way. Portal does not give me an error and I see nothing in the logs. Server, on the other hand, I am getting nothing in the logs but, when I click import, Importing CA certificate failed. I'm wondering if this is because I first imported as existing certificate. I'm wondering if I just need to do a reinstall. These are fresh installs so there are no services or portal groups/content created yet.
... View more
01-04-2019
01:03 PM
|
0
|
2
|
4076
|
|
POST
|
I used the option "Import Existing Server Certificate" because I thought it was an existing since I had already exported from IIS. Do I need to remove this and import it as "Import Root or Intermediate"? I did this for both Portal and Server so I'm guessing I will need to do it there too.
... View more
01-04-2019
11:43 AM
|
0
|
4
|
6779
|
|
POST
|
Here's an update... I went to Portal admin > Federation > Servers > Server ID > Update > Set the server as hosting server from the Server role drop-down menu. This seemed to have done the trick. Curious if this is a bug?
... View more
01-04-2019
06:16 AM
|
2
|
12
|
6779
|
|
POST
|
Thank you for your quick response. I did the network request lookup and I am getting an error. A 500 error. I also checked the logs and I am receiving a Invalid SSL certificate found. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target The funny thing, both the Portal and Server are on the same machine and I have both of them using the same imported CA SSL Cert. IIS has it binded to 443, I have imported the .pfx to both Portal and Server Apps, and pointed both apps to this imported PFX. Both Portal and Server, when browsing to the web adaptor URL, show that they are trusted. Any ideas? What I'm I missing?
... View more
01-04-2019
05:47 AM
|
0
|
13
|
6779
|
|
POST
|
Kenneth, did you every get this figured out? I'm having the same issue and yes, my site has a trusted SSL, and yes, the data store has been configured as a relational and no, I do not have an enterprise DB set up as a managed DB with ArcGIS Server. Mine is a fresh install. Any help would be greatly appreciated. Kenneth, did you every get this figured out?
... View more
01-03-2019
01:17 PM
|
0
|
15
|
6779
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 02-07-2023 02:14 PM | |
| 1 | 12-26-2018 11:57 AM | |
| 1 | 09-03-2020 08:23 AM | |
| 1 | 06-15-2020 10:09 AM | |
| 2 | 07-06-2017 01:45 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-20-2026
02:13 PM
|