Forum Discussion
MarkShnier__You
Qrew Legend
4 years agotry this as a formula Checkbox field type. Replace the 232 with the field which is the potential duplicate and of course use your own fields in the square brackets.
var text QUERY =
"{232.EX." & [Possible duplicate field] & "}"
var bool LookForDuplicates =
Size(
GetRecords($QUERY)) >1;
IF([my checkbox field]=false, $LookForDuplicates)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
var text QUERY =
"{232.EX." & [Possible duplicate field] & "}"
var bool LookForDuplicates =
Size(
GetRecords($QUERY)) >1;
IF([my checkbox field]=false, $LookForDuplicates)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------