Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 11.4   11.5   12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1    Statistic    FMM    Blog  

QuickList.CountValuesMatching

Count matching entries in list.

Component Version macOS Windows Linux Server iOS SDK
List 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.CountValuesMatching"; ListRef; Operator; Value { ; Mode } )   More

Parameters

Parameter Description Example Flags
ListRef The reference to the list returned from QuickList.New function. $List
Operator The compare operator.
Can be =, !=, <, >, <=, >=, ≤, ≥ or ≠.
"≥"
Value Available in MBS FileMaker Plugin 10.3 or newer.
The value to check against.
Mode Pass 1 for numeric comparison.
Default is 0 for text comparison.
0 Optional

Result

Returns number or error.

Description

Count matching entries in list.
This uses text comparison!

Examples

Count values in a quick list <4:

Let([
list = MBS( "QuickList.New"; "1¶2¶3¶4");
count = MBS( "QuickList.CountValuesMatching"; list; "<"; 4 );
r = MBS("QuickList.Free"; list)];
count)

See also

Release notes

Blog Entries

This function checks for a paid license.

Created 5th April 2020, last changed 23th June 2020


QuickList.Count - QuickList.CrossProduct

💬 Ask a question or report a problem


Start Chat