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.

Calculations and Repeating Fields??

Featured Replies

I have 10 repeating fields labeled "invoice match", these all correspond with 10 repeating fields labeled "product id".

In the invoice match field there is a formula which should return "Inv Match" when the statement is TRUE. Individually they work fine, each repeating field is corresponding to the right product id. However, I need to be able to do a find that will find any record that has any product id with its corresponding Inv Match True.

I did one field with the simple calculation of, if(Invoice Match ="","","Invoice Pending") , but that is only returning the results from the first product ID, it does not look at the other 9 repeating fields. I need it to return "Invoice Pending" if ANY of those fields are True.

Thanks!

http://fmforums.com/forum/showtopic.php?tid/172033/

Look at that, it might help you

  • Author

Ah!

Perfect...

thanks!

If(GetRepetition (Invoice Match , 1 ) and GetRepetition (Invoice Match , 2 ) and GetRepetition (Invoice Match , 3 ) and GetRepetition (Invoice Match , 4 ) and GetRepetition (Invoice Match , 5 ) and GetRepetition (Invoice Match , 6 ) and GetRepetition (Invoice Match , 7 ) and GetRepetition (Invoice Match , 8 ) and GetRepetition (Invoice Match , 9 ) and GetRepetition (Invoice Match , 10 ) = "","","Invoice Pending")

or

If(Invoice Match and Invoice Match[2] and Invoice Match[3] and Invoice Match[4] and Invoice Match[5] and Invoice Match[6] and Invoice Match[7] and Invoice Match[8] and Invoice Match[9] and Invoice Match[10] = "","","Invoice Pending")

or

make your field with your calc:

if(Invoice Match ="","","Invoice Pending")

a repeating field with 10 rep

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.