POST
|
OK, I figured it out!! I was missing one little item - the "}" Here is the code: // Total NEJ greater than or equal to One - Change Color Background var color = ''; if ($datapoint["total_nej"] >= '1') { color = '#FFBEBE'; } return { textColor: '', backgroundColor: color, separatorColor:'', selectionColor: '', selectionTextColor: '', // attributes: { // attribute1: '', // attribute2: '' // } } Have a great day!! Best regards, Colleen
... View more
07-23-2020
12:33 AM
|
0
|
0
|
928
|
POST
|
Hello - I thought I could try and make this work based on Xander's help with my first Arcade code question in Operations Dashboard Beta. I'm trying to change the background color on a List Element based on Total NEJ >= 1. (NEJ = NO) Total NEJ is set as hidden and is a calculation coming from a survey built in Survey123 Connect. The survey asks multiple questions where if each question has a NEJ answer then Total NEJ equals the sum of all the NEJ answers for all the questions in the survey. My Arcade Code // Total NEJ greater than or equal to One - Change Color Background var color = ''; if ($datapoint["total_nej"] >='1') { color = '#FFBEBE'; return { textColor: '', backgroundColor: color, separatorColor:'', selectionColor: '', selectionTextColor: '', // attributes: { // attribute1: '', // attribute2: '' // } } I noticed the $datapoint["total_nej"] does not look like $datapoint.xxxxxx that some of the other Arcade code samples look like. Can you build an Arcade statement off a calculated field? Thanks in advance for any assistance you can provide and I look forward to hearing back from Esri. Have a great day! Best regards, Colleen Madigan Schelde Radiuselnet comas@radiuselnet.dk +45 9955 6902
... View more
07-22-2020
02:43 AM
|
0
|
1
|
988
|
POST
|
Xander - Thanks so much for your quick response and help with my question! This is so awesome and very much appreciated. Have a great day! It works great!! 🙂 Best regards, Colleen Madigan Schelde Radiuselnet
... View more
07-19-2020
11:54 PM
|
0
|
0
|
3091
|
POST
|
I'm trying to do this - Getting started with Arcade in the ArcGIS Dashboards Beta
... View more
07-17-2020
12:55 AM
|
0
|
3
|
3091
|
POST
|
Hello, this is my first attempt at trying to use Arcade in Operations Dashboard. I want to change the List Item background color based on the Survey status. I'm having difficulty trying to get this Arcade code to work. See code sample and screen shots. Code sample: // Status of Survey entry var color = IIF($datapoint.status == open, '#FFBEBE', ''); var color = IIF(datapoint.status == closed, '#D3FFBE',''); var color = IIF(datapoint.status == inprocess, '#BEE8FF',''); return { textColor: '', backgroundColor: 'color', separatorColor:'', selectionColor: '', selectionTextColor: '', // attributes: { // attribute1: '', // attribute2: '' // } } Thanks in advance for any assistance you can provide me with. I'd like to try and change the Background color for Status - (open, closed and inprocess). Best regards, Colleen Madigan Schelde Senior GIS Specialist Radiuselnet comas@radiuselnet.dk +45 9955 6902
... View more
07-17-2020
12:38 AM
|
0
|
4
|
3162
|
POST
|
I'm experiencing the same problem when survey responses from Survey123 come in they are all oriented correctly and also are oriented correctly in the Survy123 Website and Pop-ups, this issue only occurs in the Attachment Viewer App. Do you have an idea when this will be addressed? I'm ready to GO-LIVE with a field survey. It appears that this is only occurring in the Chrome browser. The Photo is oriented correctly in Microsoft Edge. Thanks in advance and I look forward to hearing back from Esri. Best regards, Colleen Madigan Schelde Radiuselnet comas@radiuselnet.dk
... View more
06-24-2020
02:40 AM
|
0
|
0
|
2729
|
POST
|
Hello Shwu-jing- Thank you for your quick response to my questions. I was wondering if you have some more detailed documentation regarding the ArcGIS Online supported image formats and the process ArcGIS Online goes through to approve/reject the image that you could share with me (in PDF or links). I will need to provide this information to IT Security for clarification. I will Question # 2 to Esri Support as you suggest. Thanks again and I look forward to hearing back from you. Have a nice day! Best regards, Colleen Madigan Schelde Orsted/Radiuselnet comas@radiuselnet.dk
... View more
05-08-2020
02:02 AM
|
0
|
2
|
2043
|
POST
|
Hello - We are looking to create a publicly shared survey using Survey123 that captures photos (to determine if holes have been dug correctly). The users will change frequently and are external partners that we have contracted with. To manage these new users and add them to our portal with the correct User Type, we fear will become an daily administrative burden. Because of this, we are exploring sharing the survey with the public and also following Esri’s Best Practices - https://downloads.esri.com/RESOURCES/ENTERPRISEGIS/Limiting_Access_to_Public_Survey123_Results.pdf IT Security Issue The issue raised by IT Security is the potential for malware to be embedded/included in Photos submitted from this public survey. Questions Do you know if there is any way to include a malware scanning of photos before the data comes into ArcGIS Online? Is there a way to limit just taking a photo and not accessing photos on the mobile devices photo library? I found this post, but it did not provide any answers to my specific question - https://community.esri.com/thread/246340-does-survey123-create-vulnerabilities I could imaging other companies may have this concern if you generate a publicly shared survey in Survey123 to engage the public to assist in identifying Street Lights that are broken/not working or reporting graffiti. Thanks in advance for any assistance Esri can provide regarding my questions. Have a great day! Best regards, Colleen Madigan Schelde Orsted/radiuselnet comas@radiuselnet.dk
... View more
05-07-2020
01:52 AM
|
0
|
4
|
2162
|
POST
|
Hello - I have an opportunity to obtain a larger sample data set from our Smart Meters with daily consumption data. What would be the best way for the Operations Dashboard tool to consume the data? Should I just have the data provided in individual columns by day or should I have all the data in rows with the Date Time stamp in one column and the consumption data in another column that lets the Operations Dashboard sum on the fly? I envision in the future that daily consumption data would be added nightly to the Feature Service. I tried this with a smaller sample data set and for some reason the Operations Dashboard only accepted the Time Stamp format as YYYY/MM/dd. I have attached the format that my small sample data set is in. For some reason the Operations Dashboard does not like this format (see attachment). Also, any suggestions on how to best utilize this type of data would be really helpful. Thanks for any suggestions you can provide that the Operations Dashboard tool can use best. Have a great day! Best regards, Colleen M. Schelde comas@radiuselnet.dk
... View more
12-16-2019
12:30 AM
|
0
|
0
|
485
|
POST
|
Hello Graham - Thanks for your follow up. I have the Creator User Type and we have the role privilege - "share content with the public", not "share group to public." Everything worked fine for us last week in creating Hub sites, we are setting some up for Department specific content. Should I work with our AGOL Administrator to revise our privileges? It shows that I have access to Hub in the Essential Apps Bundle. Have a great day and I look forward to hearing back from you. Best regards, Colleen Madigan Schelde Ørsted/radius Elnet comas@radiuselnet.dk +45 9955 6902
... View more
10-15-2019
01:44 AM
|
0
|
3
|
1699
|
POST
|
Hello, I hope you can assist me with my question. We started making some Hub sites and everything was working fine the last couple of months and then today when we (me and another user) tried to create a new Hub site we get the "Failed to create initiative" error message. It creates the Content and Group, but not the site. We are a bit perplexed because we both had not problems creating Hub sites earlier and now all of the sudden we get this error message. Thanks for any assistance you can provide and I look forward to hearing abck from you all. I love the Hub sites, it's such a great way to share focused content. Best regards, Colleen Madigan Schelde Ørsted/radius Elnet comas@radiuselnet.dk +45 9955 6902
... View more
10-14-2019
06:39 AM
|
0
|
5
|
1846
|
POST
|
Yulia - Thanks for your input. I plan on using Microsoft Flow to set up the webhook. I'm also using Survey123 Connect to set up the survey. I was hoping to just be able to generate it via a calculate formula, but I'm not so clever as to how to exactly write it. Any suggestions would be helpful. Colleen M. Schelde Orsted/Radius Elnet comas@orsted.dk
... View more
08-26-2019
12:59 AM
|
0
|
2
|
3535
|
POST
|
Hello - I'm hoping you can assist me with trying to access the objectid info that is generated when a survey in Survey123 is submitted. I can see the objectid in the Feature Layer Field list, but I'm not able to see it when it comes into the Survey123 Report or in the Data view in Operations Dashboard. I'm working with a colleague who uses this "unique id" as a way to track his projects. I see in the MS FLOW Webhooks you can access the Feature objectid, that's the only place that I can see it is available. We don't want to edit the objectid, we just want to use that as the main identifier when a survey has been submitted. My issue is a Project nr. or Work order nr. may be used multiple times and is not unique enough for this scenario, that is why he is using the "unique id" that is automatically generated from the Intergraph survey app. If accessing the objectid is not the right way to go, is there another way that I can generate a "unique id" that is automatically generated, accessible and visible that would do the trick when a Survey is submitted in Survey123? Thanks in advance and any tips or best practices you could suggest for my question would be greatly appreciated. Best regards, Colleen M. Schelde Orsted/Radius Elnet comas@orsted.dk
... View more
08-23-2019
06:29 AM
|
0
|
8
|
4113
|
POST
|
Brandon - This is really helpful information and thanks so much for always having the right answer. I may hold on implementing the Watermarks on the five surveys I mentioned until after the Survey123 3.6 release. I'd like to make 100% sure that the Watermark functionality works because we had an instance where with the same published survey Watermarks worked great for me, but they did not work for my colleague. You could clearly see he had entered the information that was in the calculate (concat statement) and no Watermark displayed on his photos. So, that may have been apart of the temperamental aspect of the setting up watermarks. It would be really cool if the Watermark setup were apart of the Settings in Survey123. For folks who mostly use the Survey123 Web designer, this would be super straight forward and easy. I have been using Survey123 Connect and at times even my coding abilities are stretched. Have a great day! Best regards, Colleen M. Schelde comas@orsted.dk
... View more
08-22-2019
06:14 AM
|
0
|
1
|
2552
|
Title | Kudos | Posted |
---|---|---|
1 | 12-03-2018 06:12 AM | |
1 | 12-05-2018 03:07 AM | |
1 | 12-06-2018 03:12 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|