Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

How do I easily count items in a value list? I have been using an IF statement field like: if "item" 1,0. Then I use a summary field to sum the counted items. This makes 2 fields per counted item, which really uses up space. There must be an easier way to do this.

Posted

A value list is a list of values, paragraph separated. The number of values in a value list equals the number of paragraphs in the list, plus 1.

PatternCount( ValueListItems( Get( FileName ) ; "valuelistname" ), "par.gif" ) + 1

This topic is 7116 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.