G
Guest
I need a way to filter for anyone over 19 based on their birthdate. The
catch is that the date is formated as a number yyyymmdd (which I can't
change). I tried to create a new field using now() and then created a field
using datediff but couldn't get it to work. Then I treated all as numbers
and just subtracted my now field from the birthdate field and that didn't
work.
catch is that the date is formated as a number yyyymmdd (which I can't
change). I tried to create a new field using now() and then created a field
using datediff but couldn't get it to work. Then I treated all as numbers
and just subtracted my now field from the birthdate field and that didn't
work.