Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hi everyone,

I have a repeating field in my solution and I want to summarize only a single repetition. I tried

sum(getrepetition(field;1)

but that didn't work. Am I missing something or is this not possible?

Mike

Posted

You can use a 'repeating' summary field - that's an option when you define the summary field. Or you could make a calculation field = GetRepetition ( field ; 1 ) and summarize that. You probably should not be using a repeating field to begin with, if you need this.

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