ngwaltne Posted May 1, 2003 Posted May 1, 2003 Hello. I am working on counting symbols in a field including "∆"(a triangle),""(a square), and "0" . I used the calculation below in a field to count the "∆" now i need to get a total for each symbol. Would I expand upon the calculation or move to a script. The triangles and squares do not show up in this post. Fairly new to this. Thanks in advance. PatternCount (ling_2,"∆")>0 I have a total on the found set in a summary field. norm
cjaeger Posted May 1, 2003 Posted May 1, 2003 field a: PatternCount (ling_2,"∆") field b: Sum(field a)
Recommended Posts
This topic is 7918 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now