I am trying to code a new variable that uses a date field so that if entries have a date greater than x, they get a 1 and less than that date they get a 0. I am doing this under Transform/Compute
I have tried to create an if statement where it equals:
if
date_var >= 11/07/2012
then...