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 Folks,

I need some help with a Recursive CF.

I need to compare each value in a MASTER list to the same value in another List (A). The result will be a percentage of exact matches of the master list. Example:

List A = A¶B¶B¶A¶C¶C¶A¶A¶D¶D

MASTER = A¶B¶B¶A¶C¶C¶A¶A¶D¶D

Matches=10/10

Result= 100

List A = A¶B¶B¶A¶C¶C¶A¶A¶D¶D

MASTER = A¶B¶C¶A¶C¶B¶A¶A¶D¶D

Matches=8/10

Result= 80

List A = A¶B¶B¶A¶C¶C¶A¶A¶D¶D

MASTER = B¶B¶C¶A¶C¶B¶A¶A¶A¶B

Matches=5/10

Result= 50

etc...

Both List will have the the same amount of values although the quantity of values (lines) will vary.

Some values in List A will be null or blank which is considered a non-match.

Appreciate any help you can offer ;-)

Just a quick question ... I don't really understand "Both List will have the the same amount of values although the quantity of values (lines) will vary." You mean the number of entries will always be the same (in your example, there are 9 carriage returns; 10 values). Will that remain consistent in all lists? I ask because, if there aren't always the same number of slots, how will we know which ¶ (null) replaces which value (missing slot location)? Make sense?

Edited by Guest
Changed wording

  • Author

Just a quick question ... I don't really understand "Both List will have the the same amount of values although the quantity of values (lines) will vary." You mean the number of entries will always be the same (in your example, there are 9 carriage returns; 10 values). Will that remain consistent in all lists? I ask because, if there aren't always the same number of slots, how will we know which ¶ (null) replaces which value (missing slot location)? Make sense?

YES!

Sorry about that. What I mean is MASTER LIST will always have the same number of lines as List A, BUT the total lines will change. For example:

List A=10 Master List=10

List A=8 Master List=8

List A=5 Master List=5

etc...

Does this mean sense?

This file shows two ways of doing it: with repeaters and with a custom function.

Compare_List_Lines.zip

  • Author

Thanks! The CF works perfectly.

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.