In our order table, a date field is populated each time a customer service rep enters an order. I'm trying to create a formula on my Crystal Report that will only display customers that have not ordered in the past 60 days. I'm using Crystal 11.
I was entering a formula on our order date field in the database. I thought I had it when I used {oeordhdr_sql.ord_dt} < CurrentDate - 60, BUT this formula is not verifying if there are order > than 60 days. It seems that I would need to have an if then statement. Am I right? Can someone help or point me in the right direction?
I was entering a formula on our order date field in the database. I thought I had it when I used {oeordhdr_sql.ord_dt} < CurrentDate - 60, BUT this formula is not verifying if there are order > than 60 days. It seems that I would need to have an if then statement. Am I right? Can someone help or point me in the right direction?