Hello All,
I’m having difficulty with an If-Then-Else statement. I can get the correct value for some records but not all.
My report is fairly simple. The report returns records for every day of a user defined date parameter. The formula I’m trying to write needs to determine weather or not a person was ‘certified’ on a particular date.
In the above example, if the date parameter for the report was 10/01/2007 – 03/01/2008 then Bill Jones would not be certified on 10/02/2007, would be on 01/02/2008 and would not be on 03/01/2008. That’s relatively easy.
The part I’m having difficulty with is if the ‘Expiration Date’ is NULL then that needs to be interpreted as ‘Certified’ (i.e., an open-ended certification). Therefore, if the date parameter for the report was 10/01/2007 – 03/01/2008 then Sam Smith would not be certified on 10/02/2007, would be on 01/02/2008 and would also be on 03/01/2008.
Any/all help or suggestions would be greatly appreciated!
- LM
I’m having difficulty with an If-Then-Else statement. I can get the correct value for some records but not all.
My report is fairly simple. The report returns records for every day of a user defined date parameter. The formula I’m trying to write needs to determine weather or not a person was ‘certified’ on a particular date.
Code:
Name: Certification: Certification Date: Expiration Date:
Bill Jones CPR 01/01/2008 02/28/2008
Sam Smith First Aid 01/01/2008
The part I’m having difficulty with is if the ‘Expiration Date’ is NULL then that needs to be interpreted as ‘Certified’ (i.e., an open-ended certification). Therefore, if the date parameter for the report was 10/01/2007 – 03/01/2008 then Sam Smith would not be certified on 10/02/2007, would be on 01/02/2008 and would also be on 03/01/2008.
Any/all help or suggestions would be greatly appreciated!
- LM