You have your brackets off. You don't need the whole term in brackets just your listed items.GoodDescTerm in ("", " ", None)Bad(DescTerm in '', " ", None)For your second part the easiest way is using the in method.if 'road' in DescGroup
DescTerm in ("", " ", None)
(DescTerm in '', " ", None)
if 'road' in DescGroup
DescTerm == <Null>
if DescTerm in ("", " ", None): ...
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.