Hi Curtis, the model-only tools (such as Calculate Value) were not available in 9.3 or 9.3.1.
You need to create a Python script tool and chain the tool with the GetCount's output. The script tool will intercept the output of GetCount return true or false based on your condition.
def check(rowcount): return float(rowcount) < 1000
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.