Skip to Content
0
Jun 15, 2018 at 09:30 PM

Formula question #2

72 Views

I am new to crystal reports. I have a Formula called EOSDATE. In this formula, I have the following:

if isnull({VW_CASE_MANAGER_DATE_OVERRIDES.CURRENT_EOS_OVERRIDE}) then {CASE_MASTER_MINMAX.RELEASE_DATE}

else {VW_CASE_MANAGER_DATE_OVERRIDES.CURRENT_EOS_OVERRIDE}

I would like this EOSDATE in this report to include only those entries less than or equal to 180 days from today. How do I modify this formula to reflect such?