Currently have an equal in the Relevant field listed as
${FLOAT}='SEWAGE' or ${FLOAT}='SHEEN' or ${FLOAT}='SILTY' or ${FLOAT}='SUDS' or ${FLOAT}='OTHER'
Is there an equal similar to selected(${FLOAT}, !='NONE')?
Hi Carl
The not() function might do the trick, as mentioned here: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm
For example: not(selected(${FLOAT}, 'NONE'))
If ${FLOAT} is a select_one question, you could also use: ${FLOAT} != 'NONE'
Please let me know if either of these are useful in your case.
Best regards,
Jim
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.