Forum Discussion
- GauravSharma3Qrew CommanderHi,
Create the formula text field and try the below code.ToText([Appointment Date]) &" "& [Provider Name] &" "& [Case Manager]
Thanks,
Gaurav- GauravSharma3Qrew CommanderJust to add, if your Case Manager field is a User field then, try UserToName formula.
UserToName([Case Manager])
- PhelanSandersQrew Assistant CaptainIt says "This formula is incompatible with this field being marked unique
- PhelanSandersQrew Assistant Captain
My date field was a Date & Time field. I changed it to just "date" and it works. I made a dedicated time field and included it into the formula. Thanks