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