Closed leGeddy closed 11 years ago
Not sure what you mean here. Do you mean that the scheduler is not working as currently implemented or works but does not get the correct date range without modifying the query to use ndg_result.date_sent ?
It's currently working but the query needs to be changed because it returns results outside of the date range. The transaction_date format is not yyyy-mm-dd so the query fails. Besides, it's simpler to use ndg_result.date_sent...
Ok thanks..will change that
It appears that selecting date range with transaction_log.transaction_date does not work. But using ndg_result.date_sent does.