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

Hi,

I have a List in a field 'List A' and also a List in a field 'List B'

I need a calculation field to filter the list so it only shows me the items from List A that are NOT in List B.

I can do the opposite (show me items that are in both lists) easy enough using filtervalues.

Any help appreciated. Thanks

There are several possible solutions. Which one is best for you depends on how many values you expect to be in each list, and whether there can be duplicate values that need to be preserved. But basically these fall into 3 categories:

1. Loop over one of the lists (preferably the shorter one), testing each value in turn. This can be done using the While() function or by a custom function that calls itself recursively;

2. A non-recursive approach, such as shown here or here;

3. Using the (free) BaseElements plugin:  https://docs.baseelementsplugin.com/article/542-bevaluesfilterout.

 

22 hours ago, comment said:

2. A non-recursive approach, such as shown here or here;

the last one of these👏

--sd

  • Author

Thanks all worked a treat

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.