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

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

Recommended Posts

Posted

Here is my math question.

If I find a group of records I would like to count them in groups of nine. So say I find 30 records my list will return.

1 2 3 4 5 6 7 8 9, 1 2 3 4 5 6 7 8 9, 1 2 3 4 5 6 7 8 9, 1 2 3

My solution is:

Mod(Status(CurrentRecordNumber),9)

But I get a zero when it hit the multiples of 9 so with out a condition is there a clean solution so I get a 9 instead of a zero.

Posted

If (Mod(Status(CurrentRecordNumber),9), Mod(Status(CurrentRecordNumber),9), 9)

There's probably a math-wiz way to do it that's "cleaner," but it's better than nothing.

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