I have a date field that is coming up like 7/12/01 or 11/1/02, I have formatted this date now to ddmmyyyy I have another field with the year in. I would like to create a new formula to say if the years = the same then show it else 0, but as It's a date field I can't use 0
Right (ToText ({@PEPREV.DATE_APPLIED}),4 ) = {@Year} Then {@PEPREV.DATE_APPLIED} Else no date
Right (ToText ({@PEPREV.DATE_APPLIED}),4 ) = {@Year} Then {@PEPREV.DATE_APPLIED} Else no date