|
POST
|
That actually made a lot of sense once I wrote it out. That decode function is going to come in very handy. Now to repeat it 75 times. Very long detailed survey. Which is why wanted to pop out the colors for negative answers . We also need to use this to represent Arc Flash levels so the field techs will quickly see how dangerous a situation is.
... View more
03-02-2022
10:15 AM
|
0
|
0
|
4225
|
|
POST
|
thank you I think I understand and will try it. I was able to get it working in Pro for a pop up but I was able to use html markup for the color change in the IF statement.
... View more
03-02-2022
10:03 AM
|
0
|
1
|
4227
|
|
POST
|
Unless something has changed you cannot download data from a dashboard. I had a dashboard where data was requested. I created a Web App and embedded it as a tile in the dashboard
... View more
03-02-2022
09:08 AM
|
1
|
4
|
5793
|
|
POST
|
I have a survey that is completed to survey building conditions. In my dashboard I would like to change color based on a negative or positive answer. I asked this question before and thought it worked until I got more complicated. Please don't get irate, I am asking again so new people see it. Below is a copy of my code. The null is for those questions that are not answered. I thought that may be an issue so in the test survey questions I added an answer. But here are the results. The first 2 yes answers are red. The first No answer should be blue (in the final result they will be black). Then it changes everything back to red for the next Yes answer.
... View more
03-02-2022
08:54 AM
|
1
|
7
|
4241
|
|
POST
|
Agreed. As my companies use of GIS increases more and more in the field people are asking to be removed from this or that General Group so they don't see this or that app in the field. We were able to minimize this just recently when Field Maps finally came to Portal and worked. We can now say this or that web app is not usable in Collector or Field Map. Then then someone else wants to be able to use it. I am going to give this a week or so and then post it as an idea. Our company started an ESRI authorized conference for Electric and Gas in our Region. Our local rep is always there and asks people for suggestions as he feels direct input is good. Sometimes he brings a programmer from Redlands and that is excellent. We can already create custom tools and widgets that can be deployed to Pro and ArcMap. We had a meeting yesterday where we are talking about combining 4 different field apps into a single app. They are all surveys with one permanent application as the base. That's when I thought of this. One of people in the meeting said he sometimes get confused when trying to find our Field Markups App.
... View more
02-25-2022
10:19 AM
|
0
|
0
|
1403
|
|
POST
|
I am wondering if it is possible to create a stand alone application that can be loaded on to a phone for field use. Example. I created a Web App that uses Field Maps and Survey123. The user opens Field Maps > Navigates to the group the Web App is located in > Starts the app What I would like to be able to do is create and set up the Web App. And then have the users add it to the list of a phone applications. Essentially it would start Field Maps but be in the Web App directly. Just like having a bookmark on your desktop to open a specific Dashboard
... View more
02-25-2022
07:48 AM
|
0
|
2
|
1467
|
|
POST
|
Now what I need to do this for multiple answers. The FOUNDATONCRACKING is the first question. The second question is FOUNDATIONSPALLING. What this currently doing is keeping everything RED until the next No answer then back to red when there is a Yes
... View more
02-22-2022
11:28 AM
|
0
|
0
|
730
|
|
POST
|
Ahh that could be part of my problem. I don't have the option for Advanced formatting in Dashboards Classic. it is there for the new dashboards. We cannot use new Dashboards until ESRI fixes a bug where thumbnails do not show up in the dashboard I went and activated it in a new dashboard and will try from there. If the following syntax correct var cracking = $datapoint.['FOUNDATIONCRACKING']: var f_col = iif(cracking == 'Yes','Red', '') return { textColor: f_col } Defect ID: BUG-000146647 Synopsis: Feature Service Attachment preview is not displayed on the Details element widget in ArcGIS Dashboard Status: In Review
... View more
02-22-2022
08:46 AM
|
0
|
1
|
4246
|
|
POST
|
And specifically where in the List or Details should I be pasting it?
... View more
02-22-2022
08:34 AM
|
0
|
3
|
4248
|
|
POST
|
var cracking = $datapoint.['FOUNDATIONCRACKING']: var f_col = iif(cracking == 'Yes','Red', '') return { textColor: f_col }
... View more
02-22-2022
07:37 AM
|
0
|
0
|
4260
|
|
POST
|
Version: 10.9.1 (build 28388) is our server version
... View more
02-22-2022
07:36 AM
|
0
|
1
|
4261
|
|
POST
|
We are at the newest version. Maybe I am entering it in the wrong place. I wrote it just like your example and this is what I get.
... View more
02-22-2022
07:26 AM
|
0
|
8
|
4265
|
|
POST
|
I am wondering if it is possible to create an "if" or "iif" statement in a dashboard. More specifically in Details or List. I have tried a variety of options. var cracking = $feature.FOUNDATIONCRACKING: iif(cracking = 'Yes', 'Var1','Var2') iif($feature.FOUNDATIONCRACKING = 'Yes', 'Var1','Var2') We are using Enterprise and Portal The information is coming from a Survey and is stored as part of a feature. My intent for the results of this is when a answer is an aberration that I can make the font red. In this example FOUNDATIONCRACKING is a question as to whether or not the foundation is cracking. If the answer is Yes I want to do something like this for the results of the "if" statement <font color='red'>FOUNDATIONCRACKING</FONT>,FOUNDATIONCRACKING
... View more
02-22-2022
06:52 AM
|
0
|
11
|
5017
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-01-2026 11:42 AM | |
| 1 | 01-27-2023 07:28 AM | |
| 1 | 05-05-2026 06:56 AM | |
| 1 | 02-26-2020 07:13 AM | |
| 1 | 11-04-2019 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-02-2026
05:27 AM
|