Jump to content

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

Recommended Posts

Posted

A simple problem:

I have a field A and a field B

I want to create a repeating field (A,:

So I create a field C and configure it to accept 2 repetitions

Question: How do I set it to (A,:?

Tx

Alan

Platform: / Version:

FileMaker Version:

Platform: / Version:

FileMaker Version:

Posted

Forget repeating fields. There are better ways of doing things.

I'm not quite sure what you want to achieve but try this: make a calculation field (text) and enter

field A & "

Posted

Actually I think it is not exactly what I wanna do.

Want to create an array with 12 or more rows and one column - but let's set 2 rows in order to simplify. I want to set in the 2 rows of my array the value of 2 number fields A and B. So I would do a numeric test on A and on B. If test is positive, for each row I create a record in another file.

Tx for helping...

Alan

Platform: / Version:

FileMaker Version:

Posted

Create a global number field with 12 (or your maximum) repetitions. I'll call it gIndex. Populate each repetition of gIndex with its corresponding number, e.g. 1, 2, 3, 4, ...

Then, create a calculation with 'max' repetitions. Choose( gIndex - 1, Extend(firstfield), Extend(secondfield), Extend(thirdfield), Extend(fourthfield), ... Extend(maxfield) ).

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