How do I get the 100 from silt_total_estimated not to display in the output if nothing in the prior columns is entered to calculate the clay_sand_total?
Thanks
Both answers will work. Ismael's answer will hide the question entirely, while Robert's will show the entry field but hide the result.
If we combine Robert and Ismael's answers, we get:
if(string-length(${clay_sand})>0,100-${clay_sand},0)
I haven't tested this, but should work. The field will likely only update after entering data into clay_sand and then tabbing to another field.
Thank you @abureaux , @IsmaelChivite , @RobertBorchert! This helped immensely! I'm still trying to learn all the various ways to do calculations! Examples really help me and the Survey123 help is very simplistic in their examples. I really liked learning the different way to hide the fields.
Attaching an example
Tips:
have you tried a combination of the relevant column and the calculation column.
Try using an "if" statement in the calculation.
https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.