|
POST
|
Calvin C Poulsen You want the user taking the survey to not see personal information? Or do you want the map that contains the information to not have personal information?
... View more
08-27-2020
06:09 AM
|
0
|
2
|
2529
|
|
POST
|
Stacy Smith Look here: https://community.esri.com/thread/185162-relevant-question-dependent-on-multiple-fields
... View more
08-14-2020
12:05 PM
|
0
|
0
|
1548
|
|
POST
|
Praneet Castelino This should be possible without coding using Attribute Rules Introduction to attribute rules—ArcGIS Pro | Documentation I know it is also possible with some coding if you are using WAB developer edition.
... View more
08-14-2020
06:48 AM
|
2
|
1
|
2503
|
|
POST
|
rajni sharma Try these: jsapi 4.0 popup: set highlight graphic on feature layer click? change the symbol (color, opacity, size, etc) when I click one feature in the layer Equivalent of "Select Features" and "Map Graphics" in Javascript 4
... View more
08-14-2020
06:46 AM
|
1
|
0
|
2059
|
|
POST
|
rajni sharma What version of javascript are you using? 4.x or 3.x ? Are you using experience builder or Web Appbuilder?
... View more
08-13-2020
07:13 AM
|
0
|
2
|
2059
|
|
POST
|
Ken Buja Does it matter if the fields sveg_z1 etc are text not long?
... View more
08-05-2020
09:54 AM
|
0
|
2
|
4021
|
|
POST
|
Ken Buja I have only ran it against the whole database. I will try a small subset and see what I get Update: I just ran against what I would expect only 0 scores and I still get 150
... View more
08-05-2020
09:45 AM
|
0
|
3
|
4021
|
|
POST
|
Ken Buja Sorry that was just a screen shot. There are over 6000 records with all combinations in each field.
... View more
08-05-2020
09:11 AM
|
0
|
5
|
4021
|
|
POST
|
Xander Bakker Thank you for helping me with this. Here is the code after I plug in my fields. var result = IIf(($feature.fveg_z1==1 || $feature.fveg_z1==4) && ($feature.sveg_z1==2 || $feature.sveg_z1==1) && ($feature.lad_fl1==2 || $feature.lad_fl1==1) && ($feature.fveg_z2==1 || $feature.fveg_z2==4) && ($feature.sveg_z2==2 || $feature.sveg_z2==1) && ($feature.lad_fuel_2==2 || $feature.lad_fuel_2==1), "0", IIf(($feature.fveg_z1==2 || $feature.fveg_z1==3 || $feature.fveg_z1==5) && $feature.sveg_z1==3 && $feature.lad_fl1==3, "250","150"));
return result; All I get for answers is 150. I know that some should be 0 or 250. Did I plug it in wrong?
... View more
08-05-2020
07:09 AM
|
0
|
9
|
4021
|
|
POST
|
I can write what I am trying to do in excel but not in Arcade. I am looking for a way to write something like this: I have an IF statement followed by an AND with a bunch of OR statements. =IF(AND(OR(K4=1,K4=4),OR(L4=2,L4=1),OR(M4=2,M4=1),OR(N4=1,N4=4),OR(O4=2,O4=1),OR(P4=2,P4=1)),"0",IF(AND(OR(K4=2,K4=3,K4=5),L4=3,M4=3),"250","150"))'
... View more
08-04-2020
03:21 PM
|
0
|
11
|
5666
|
|
POST
|
Ingrid Mans Yes the unzipped folder. What ever server your web adapter is located on.
... View more
08-04-2020
07:33 AM
|
0
|
0
|
1853
|
|
POST
|
Ari Lukas It is in the defaults.js "signInBackgroundImage": "/images/background.jpg",
... View more
08-04-2020
07:12 AM
|
0
|
1
|
4394
|
|
POST
|
Jonah Lay So my work around is to publish in pro. Then I go to ArcCatalog and change the service.
... View more
08-04-2020
06:47 AM
|
1
|
0
|
2966
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2025 01:53 PM | |
| 1 | 08-24-2022 09:40 AM | |
| 1 | 07-19-2018 04:41 PM | |
| 1 | 04-05-2024 03:12 PM | |
| 1 | 07-04-2024 11:42 AM |