Forum Discussion
- QuickBaseCoachDQrew CaptainThere is one value that is allowed to be duplicated when setting a field to be unique and that is null.
So the formula would be like,
IF([Service Provided] = "HPP",
ToText([Appointment Date]) &" "& [Related HPP Provider] &" "& [Related HPP Case Manager]&" "& [Appointment Time])
Note that the formula is silent as to what happens if the IF is not true, so the result will be nothing - ie null.