Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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:

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 & "

  • Author

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:

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) ).

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.