How can I get this to work for reporting:
Seepage collection systems: ${embankmentdraintypes}${if embankmentdraintypes==""}None${/}
It's a select multiple that's null. I want the result to say none but It's not working.
Thanks!
Hello @ANRGIS,
You can use the not operator (!) to catch null submissions. The syntax would look like:
${embankmentdraintypes}${if ! embankmentdraintypes}None${/}
Thank you,
Zach
I'll make the change see if it works! Thanks @ZacharySutherby
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.