validate column in survery123

401
1
Jump to solution
08-27-2018 09:45 AM
MRReddy
Occasional Contributor

I have two textboxes in survey123

when number 100 is filled in first textbox

second textbox should auto populate with value "true", other then 100 the value is " false"

Thanks

0 Kudos
1 Solution

Accepted Solutions
BrandonArmstrong
Esri Regular Contributor

Hi Malla,

Take a look at the following documentation

Formulas—Survey123 for ArcGIS | ArcGIS 

I'm thinking you'll want to setup a calculation like this in the calculation column of your evaluation question.  

 if(${value}='100','True','False')

I have also attached an example XLSForm

View solution in original post

0 Kudos
1 Reply
BrandonArmstrong
Esri Regular Contributor

Hi Malla,

Take a look at the following documentation

Formulas—Survey123 for ArcGIS | ArcGIS 

I'm thinking you'll want to setup a calculation like this in the calculation column of your evaluation question.  

 if(${value}='100','True','False')

I have also attached an example XLSForm

0 Kudos