Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
IF(not [Remove from List],
List("-",ToText([Quickbase User Name]),ToText([Overtime Volunteer Date]))
)
The effect of this is that if the [Remove from list] is true, then the IF will calculate to the "else ..." portion of the IF. But there is no "else portion so it will calculate to null. That is the one value which can be duplicated when a field is set to be Unique. You can have duplicate nulls.
List("-",ToText([Quickbase User Name]),ToText([Overtime Volunteer Date]))
)
The effect of this is that if the [Remove from list] is true, then the IF will calculate to the "else ..." portion of the IF. But there is no "else portion so it will calculate to null. That is the one value which can be duplicated when a field is set to be Unique. You can have duplicate nulls.