POST
|
Today in 3.12 I am seeing the fields hidden using the visible column are not turning off required. Early betas this happened but it was fixed. It sticks the form on the user and they cannot go forward. Did this bug come back? Seeing in connect and app. So far it seems to just stop on a random field in the hidden group, if I remove that one it ignores the rest somehow. Plus there are some in front of it somehow skipping. I think it may be the first in a nested repeat or something. Very strange. thanks
... View more
49m ago
|
0
|
0
|
41
|
POST
|
It looks like your Sitelist csv has 2 columns named Name and name. That could be an issue. One other thing I saw is a / in name not sure you can so that Enaki Stream D/S site for Riparian Just a guess.
... View more
yesterday
|
0
|
1
|
11
|
POST
|
Interesting idea. Have you tried pulldata('data', 'MinPercent', 'CoverNum', ${GroundNonWoodyCover}) or (sorry cant copy paste the name) pulldata('data-8973452978259823490hisff', 'MinPercent', 'CoverNum', ${GroundNonWoodyCover}) Hope that works just a guess
... View more
yesterday
|
0
|
0
|
51
|
POST
|
I got another one today doing the same thing. Works in Test and in Pro but not the popup or in the attribute table. Seems like a timeout to me? var evalID = $feature.EvaluationID
var sql = "HumanEvaluationID = @evalID"; // automatically takes care of the right syntax
var tbl = Filter(FeatureSetByName($map, "HumanInfluence", ['*'], false), sql);
var arrayIndex = 0
var humanList = []
for (var row in tbl) {
if (row.RowCrops != "Absent") {
humanList[arrayIndex] = "RowCrops"
++arrayIndex
}
if (row.PastureHayFence!="Absent") {
humanList[arrayIndex] = "PastureHayFence"
++arrayIndex
}
if (row.InstreamRestoration!="Absent") {
humanList[arrayIndex] = "InstreamRestoration"
++arrayIndex
}
if (row.LivestockHorseBurro!="Absent") {
humanList[arrayIndex] = "LivestockHorseBurro"
++arrayIndex
}
if (row.Mining!="Absent") {
humanList[arrayIndex] = "Mining"
++arrayIndex
}
if (row.Recreation!="Absent") {
humanList[arrayIndex] = "Recreation"
++arrayIndex
}
if (row.LoggingOperations!="Absent") {
humanList[arrayIndex] = "LoggingOperations"
++arrayIndex
}
if (row.WallDikeRipRap!="Absent") {
humanList[arrayIndex] = "WallDikeRipRap"
++arrayIndex
}
if (row.BuildingsPowerlines!="Absent") {
humanList[arrayIndex] = "BuildingsPowerlines"
++arrayIndex
}
if (row.PavementClearedLot!="Absent") {
humanList[arrayIndex] = "PavementClearedLot"
++arrayIndex
}
if (row.RoadRailroadCulvert!="Absent") {
humanList[arrayIndex] = "RoadRailroadCulvert"
++arrayIndex
}
if (row.Pipes!="Absent") {
humanList[arrayIndex] = "Pipes"
++arrayIndex
}
if (row.HydrologicAlterations!="Absent") {
humanList[arrayIndex] = "HydrologicAlterations"
++arrayIndex
}
if (row.LandfillTrash!="Absent") {
humanList[arrayIndex] = "LandfillTrash"
++arrayIndex
}
if (row.ParksLawns!="Absent") {
humanList[arrayIndex] = "ParksLawns"
++arrayIndex
}
}
return Concatenate(Distinct(Sort(humanList)), ', ') thanks
... View more
yesterday
|
0
|
0
|
7
|
POST
|
I think I know but you mean but not positive. In your simple example all answers are correct so just count-selected(${previous_question}) would work. But if you have to test each one then all I can think of off the top of my head is to have 4 fields. if(selected(${field1}, "Correct answer"), 1, 0) if(selected(${field1}, "Correct answer 2"), 1, 0) etc. Then add those 4 fields up. Of course this can get really long depending on the list. Hope that helps.
... View more
yesterday
|
0
|
0
|
14
|
IDEA
|
Yep I really bugged them about that one. Next up tab order please. Thanks team!
... View more
yesterday
|
0
|
0
|
12
|
POST
|
Maybe same as https://community.esri.com/t5/arcgis-survey123-questions/choice-filter-not-working-in-survey123-connect-v3-12-230/m-p/1032850#M32933 I do see you also have list names that match field names. I have seen this be weird before. Make it like DiscSizeUsedList or something. I also see you have some lists that are exactly the same? Not sure why Sorry all i can think of.
... View more
yesterday
|
0
|
1
|
19
|
BLOG
|
Note the new search() allows me to flip lists now on the fly. Super cool and allowed me to go from 6 state projects to just 1 with no speed hit autocomplete search(${SpeciesListName}, "matches", "Plants", "Y")
... View more
yesterday
|
0
|
0
|
80
|
POST
|
You can set this on the instance_name field on the settings tab in excel. Hope that helps
... View more
yesterday
|
1
|
0
|
16
|
POST
|
I have seen weird things happen when the list name and field name are the same. Change to like ClassificationList or something. For Raise I would put "y" in the calculation vs default - defaults do not always work. My choice filters I all wrote the opposite, not sure that matters but I have RAISE = ${raise} These are just guesses though since you said this worked before. Hope it helps Another with the same issue? https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-csv-field-empty-on-iphone/m-p/1032724#M32926
... View more
yesterday
|
0
|
1
|
32
|
Online Status |
Online
|
Date Last Visited |
2 hours ago
|