Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

FM.FieldStatistics

Queries statistics on a field.

Component Version macOS Windows Linux Server iOS SDK
FM 14.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.FieldStatistics"; FileName; TableName; FieldName )   More

Parameters

Parameter Description Example
FileName The target database name.
Can be empty to not limit query to one database.
""
TableName The name of the table to check. "Contacts"
FieldName The name of the field to find. "PrimaryKey"

Result

Returns JSON or error.

Description

Queries statistics on a field.
Same as FM.TableStatistics, but only for one field you picked.

See also

Release notes

Blog Entries

This function checks for a license.

Created 29th July 2024, last changed 29th July 2024


FM.ExecuteSQLOnIdle - FM.GetDictionary