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

What I'm after is a calculation which will give me all the combinations of 5 fields...

Eg.

Field 1 = A | Aa | aa or A -

Field 2 = B | Bb | bb or B -

I need an output which:

A, B

Aa, B

aa, B

A -,B

A, Bb

A, bb,

etc

Does anyone have any ideas?

TIA smile.gif" border="0

Tony P

  • Newbies

Does the field have just one of each of the values in it? (e.g. "A" or "aa")

Or does the field have multiple values in it separated by something? (e.g. "A | Aa | aa | A-"

Perhaps you could use a script to create an output/display field. The script could loop through each field and concatenate each element in the required order.

All the best.

Garry

  • Author

I have 10 fields in total, but only two fields in each 'block'

E.g.

Field A + Field B, Field C + Field D, Field E + Field F

Each field has a total of four different values (from a value list).

The end result is a breeding gene predicter... smile.gif" border="0

Tony

Here is a solution with the following assumptions:

Fields are:

f1 to f10 of type text and are repeating with a value of 4.

b1 to b5 of calculation, example for b2 (block2) is:

GetRepetition(f3, 1) & "," & GetRepetition(f4, 1) & "

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.