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