I am check for Past Due and Expired in teh @status field but what do I add for a check if there is not Past Due or Expired and @status is null. I am using Crystal 10 and @status is a date field... Thanks
If{@Status} = 'Past Due' then
{table.DOC2DDATE}
else if
{@Status} = 'Expired' then
{table.DOC2EDATE}
If{@Status} = 'Past Due' then
{table.DOC2DDATE}
else if
{@Status} = 'Expired' then
{table.DOC2EDATE}