POST
|
Thank you! It is not a select field unfortunately. I think the issue is that ALL of those have to be true to get No Barrier otherwise it gets reduced AOP or null if any of those fields has a null. Does your second option work here or would that give “No barrier” if any of them are true? Thank you again! On Thu, Jan 16, 2020 at 12:43 PM Kassandra Rodriguez <geonet@esri.com>
... View more
01-16-2020
11:31 AM
|
0
|
1
|
63
|
POST
|
I went through and corrected all of my other calculations based on your advce and have just one left that is stumping me: if(${INLETGRADESCORE},'Full AOP' and ${OUTLETGRADESCORE}, 'Full AOP' and ${DEPTHSCORE},'Full AOP' and ${SUBSTRATEMATCHSCORE},'Full AOP' and ${SUBSTRATECOVERSCORE},'Full AOP' and ${PHYSBARRSCORE},'Full AOP','No Barrier', 'Reduced AOP', 'NULL') This one says "something broke the parser, if requires 3 arguments, only 10 provided" I've tried all number of combinations I could think of. Any ideas? Thank you!
... View more
01-13-2020
05:32 PM
|
0
|
3
|
63
|
POST
|
Hi, I am trying to calculate a complex if/else statement with several ands and ors. I keep getting an error with inbalanced brackets but cannot figure it out. Any help appreciated! Statement: if(selected(${OutletGradeId},'At Stream Grade'),'Full AOP', if(selected(${InletGradeId},'Free Fall') and ${OutletDropToWaterSurface} > 1 and ${OUTLETGRADEDIVIDED} > 0.5 ),'No AOP',if(selected(${OutletGradeId},'Free Fall onto Cascade' ) and ${OutletDropToWaterSurface} > 1 and ${OUTLETGRADEDIVIDED} > 0.5 ),'No AOP',if(selected(${OutletGradeId},'Cascade') and ${OutletDropToWaterSurface} > 1 and ${OUTLETGRADEDIVIDED} > 0.5 ),'No AOP',),'Reduced AOP','NULL'))))) Thank you!
... View more
01-13-2020
11:03 AM
|
0
|
6
|
178
|
POST
|
Nevermind, I found the answer, in case anyone needs to know, calculations must be changed to a number rather than the default of text if they are to be used in another equation: https://community.esri.com/thread/198640-problem-with-calculation-when-field-is-set-to-hidden-or-calculate
... View more
10-02-2019
03:01 PM
|
0
|
0
|
28
|
POST
|
Hi, I have a simple survey123 calculation that is acting weird. I have three calculations that are working properly, and then the fourth, I am trying to add together the previous three calculations. When I do that, my code is: ${Erosion_Score} + ${SoilKFactor_Score} + ${Road_App_Material_Score} When I collect data, the calculation is resulting in the concatonation of the three, rather than the sum. Example: eriosion score = 3, soilK = 2, Road_app = 3 calculation = 323 rather than 8. Any help would be appreciated!!
... View more
10-02-2019
01:02 PM
|
1
|
2
|
175
|
POST
|
I am trying to build a story map in the new ArcGIS story maps to replace my map tour. I was trying to use an express map, and have some questions: 1) Can I bring in a map tour feature service into an express map and have the photos showup? 2) Is there a way to make the photo popups bigger in the express map? 3) is there a way to add multiple layers in the express map, so that I have three layers of different colors (with points in each)? Thank you, Kat
... View more
09-03-2019
05:20 PM
|
0
|
1
|
95
|
POST
|
I created a model in modelbuilder that takes a feature service off of AGOL into a new fc, spatial joins it to another dataset on my pc to retain unique identifiers of the feature service, and then separates it into two new datasets, one to append to the original feature service if it does not overlap with existing points, or one to join in order to update attributes. To make these two new datasets, I'm ultimately doing a feature class to feature class tool with an sql expression of SARPUniqueID is null and another for SARPUniqueID is not null. However, when I run the feature class to feature class, it throws a cannot create output error. Ive tried changing name character lengths, changing output locations, restarting, pretty much everything. When I try to run this tool with the same sql outside of model builder, it works just fine. any advice? Here is my screenshot
... View more
08-19-2019
02:46 PM
|
0
|
0
|
86
|
POST
|
I am using the append tool. Does it matter that my foreign key is not normally named? It is names “NewParentGUID”
... View more
05-08-2019
02:39 PM
|
0
|
1
|
7
|
POST
|
Hi James, I wanted to get back to this question, as I am having the same issue again but with different feature classes. I have two feature classes, each one has two attachements with two relationship classes. THey are identical: one fc titled allpoints, and two tables - allpoints_attach which is photos, and allstructures. I have tried to maintain attachments here, but no luck. Any suggestions? Thank you!
... View more
05-07-2019
10:59 AM
|
0
|
3
|
7
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|