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
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.