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
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.