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
- Version 14.4
- Added FieldName entry for FM.FieldStatistics function result.
- Added FM.FieldStatistics function.
- Fixed a bug in FM.FieldStatistics function. Now properly quotes field names.
Blog Entries
- New in MBS FileMaker Plugin 14.4
- Neues MBS Plugin 14.4 für Claris FileMaker
- MBS Plugin 14.4 for Claris FileMaker
- MBS FileMaker Plugin, version 14.4pr6
- Unlocking the Power of Database Analysis with MBS FileMaker Plugin Functions
- MBS FileMaker Plugin, version 14.4pr3
- MBS FileMaker Plugin, version 14.4pr2
This function checks for a license.
Created 29th July 2024, last changed 29th July 2024