Jump to content

This topic is 7956 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I need to add up symbols in certain fields. For example how many ∆ (triangle if you do not see it) are there in ling_3 in a given found set. Would that be done as a script or field definition? Could someone help me get started.

Thanks in advance

Norm

Posted

The calc is basically:

PatternCount (YourField,TheCharacter)>0

It will return 1 if there is at least one such character in a field

If you want to make it dynamic use a global field in which you enter the character you're looking for:

PatternCount (YourField,GlobalField)>0

To have a total on the found set create a summary field totalling the upmentioned field(s) ... in both cases but expecially in the second case (using a global field) the summary field might take quite a bit to recalculate

This topic is 7956 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.