I am using Crystal 10 and need a formula that validates whether a violation date falls between a minimum and maximum date range. Here are my variables:
variable_1: v_voil_date:= violation_date
variable_2: v_from_date:= minimum (effective from_date)
variable_3: v_to_date:= maximum(effectice to_date)
What I need is a formula that IF v_viol_date is between v_from_date and v_to_date then "YES" else "NO"
Also, I need to filter out the "YES" records and only stay with "NO" records. HELP! Thank you in advance!
variable_1: v_voil_date:= violation_date
variable_2: v_from_date:= minimum (effective from_date)
variable_3: v_to_date:= maximum(effectice to_date)
What I need is a formula that IF v_viol_date is between v_from_date and v_to_date then "YES" else "NO"
Also, I need to filter out the "YES" records and only stay with "NO" records. HELP! Thank you in advance!