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

checks box, seperated into repeating fields


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

Recommended Posts

Posted

This is from a right brain thread that has turned into a left brain question. rightBrainThread

I want to separate check boxes into a repeating field for each item checked. The one thing about repeating fields that I still like is that when you import them, you can burst each repeat into a separate record which will solve my report problem.

So I am looking for a calc that will take a list of carriage returned items and put:

line one into repeat field one

line two into repeat field two... and so on up to ten repeats.

Posted

You will need to create a repeating global number field gIndicies with the same number of repetitions as your repeating field, and then fill it with the numbers 1,2,3,4,5,6,7... etc.

Then use this formula for your repeating data field:

Middle(Extend(ChkBoxField), Position("

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