Brian Dunning's FileMaker Custom Functions

ListLogic_Casesensitive ( type ; ListA ; ListB )

Casesensitive comparing lists of values with eachother using NOT, AND or XOR criteria

  Be the first to rate this function Log in to vote

Menno van Beek   Menno van Beek - Show more from this author
Van Beek Zakelijke Software
https://www.vbzs.nl

Share on Facebook Share on Twitter

  Sample input:
ListLogic_Casesensitive ( "NOT" ; "AB¶CD¶EF" ; "cd¶EF¶gh" ) /*Values in ListA missing in ListB*/
ListLogic_Casesensitive ( "AND" ; "AB¶CD¶EF" ; "cd¶EF¶gh" ) /*Values both in ListA and in ListB*/
ListLogic_Casesensitive ( "XOR" ; "AB¶CD¶EF" ; "cd¶EF¶gh" ) /*Values exclusive in one or the other*/
  Sample output:
AB
CD /* NOT: Values in ListA missing in ListB */

EF /* AND: Values both in ListA and in ListB */

AB
CD
cd
gh /* XOR: Values in only one of both lists */

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Simple function to compare (value)lists with each other, considering the charactercases. This function is derived from https://www.briandunning.com/cf/2246, which is case-insensitive.

The function compares The second list to the first list in 3 possible ways:
1) NOT: Values in the first list missing in the second
2) AND: Values that are in both lists
3) XOR: Values that are not in both lists

This function is case-sensitive and each found true-value are returned.

Requirement: FileMaker 18+ because of the use of the While-function

The XOR- and the AND-types are recursive, NOT isn't.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: