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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Audit.SetIgnoreRepetitions
Whether to ignore repetitions.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Audit | 10.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "Audit.SetIgnoreRepetitions"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | The new setting. Pass 1 to ignore them or 0 to include them. |
1 |
Result
Returns OK or error.
Description
Whether to ignore repetitions.If set to 1, we ignore the repetition fields at all.
We always ignore global repetition fields for performance reasons.
If repetitions are checked, we query the maximum count defined for the field. Then we query count() to get the number of values. Next we loop from 1 to maximum to find all the values. We may loop 10 fields more, but otherwise exit when we found all values to save CPU time if you define maximum of 5000 and only use first 5 values.
See also
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.3
- Neues MBS FileMaker Plugin 10.3 - Über 6200 Funktionen in einem Plugin
- MBS FileMaker Plugin 10.3 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.3pr4
Release notes
- Version 10.3
- Added Audit.GetIgnoreRepetitions and Audit.SetIgnoreRepetitions functions.
Created 14th June 2020, last changed 14th June 2020
Audit.SetIgnoreCalculations - Audit.SetIgnoreSummaryFields
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos