I would like to populate 'No Last Visit' if {Data.Last Visit Date} = '1900-01-01 00:00:00.000'. Below is my formula that prints a blank, but I need a way to populate this string instead. Any help is appreciated.
Code:
IF {Data.Last Visit Date} = datetime(1900,1,1,0,0,0) then
datetime(0,0,0,0,0,0) ELSE
{Data.Last Visit Date}