Hello, does anyone have a method to clculate the difference, in days from a retrieved date and the current system date provided by the date function in a strategy.
The idea is to flag records that have an activation date >= 75 days. It looks to be a tedious proccess without the use of a custom server.
Are there any folks that have used a DB dip to run a stored procedure out on ORCL? Anyway, any insight is greatly appreciated.
THank you for the response. The goal is to implement the logic inside the strategy so as to limit the any calls to outside applications (customer servers or ORCL). The plan is to use the statistical tables configurable in CME. In the tables there will be 13 indices. For each month index there will be a value cooresponding to the number of days left in that year and the 13th indice will be a constant(1980) used to calculate if the current year is a leap year.
There will be a lot of stuff in the subroutine/strategy but the thinking is that since the logic is loaded in memory performance will be good.