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
|
24
|
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
|
84
|
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
|
44
|
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
|
2
|
44
|
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
|
3
|
115
|
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
|
42
|
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
|
1
|
24
|
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
|
3
|
143
|
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
|
82
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|