Using Crystal XI and MySQL db.
I have the following info available to me:
Date1 | Date2 | Info1 Formula
==============================
02/02/06 | 12/12/05 | a 0
02/02/06 | 01/16/06 | b 1
02/02/06 | 04/04/06 | c 1
02/02/06 | 05/03/06 | d 0
...
I need to create a formula that will display '1' if Date2 is immediately before and after Date1. Can anyone tell me how to do this?
I have the following info available to me:
Date1 | Date2 | Info1 Formula
==============================
02/02/06 | 12/12/05 | a 0
02/02/06 | 01/16/06 | b 1
02/02/06 | 04/04/06 | c 1
02/02/06 | 05/03/06 | d 0
...
I need to create a formula that will display '1' if Date2 is immediately before and after Date1. Can anyone tell me how to do this?