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
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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.