Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
No problem.
You can have duplicate entries as long as the duplicate is for the value blank.
So make a formula field called [Serial must be Unique] and mark it unique.
The formula will be like
IF(
Trim([Serial]="","",
Trim([Serial]="N/A",""
Trim([Serial] = "n/a","", [Serial])
You can have duplicate entries as long as the duplicate is for the value blank.
So make a formula field called [Serial must be Unique] and mark it unique.
The formula will be like
IF(
Trim([Serial]="","",
Trim([Serial]="N/A",""
Trim([Serial] = "n/a","", [Serial])