I need to find out from the Admin launchpad query builder in Crystal Enterprise 10 which reports were scheduled to run on 1.31.07 but ran after midnight ie 2.1.07 or just the reports that ran on 2.1.07 (the report ran succesfully but just later than scheduled next day) I used this syntax
Select SI_LAST_RUN_TIME, SI_STARTTIME, SI_ID, SI_NAME, SI_PROGID FROM CI_INFOOBJECTS WHERE SI_LAST_RUN_TIME > '2007.1.31 11:59:59PM' I also tried this date time format '2007 01 31 11 59 59' that I saw in there knowledge base, didn't work!! I've been working on this for a while, called Crystal helpdesk and they are in the dark too! and will get back to me on it. Any tip will be appreciated!
Select SI_LAST_RUN_TIME, SI_STARTTIME, SI_ID, SI_NAME, SI_PROGID FROM CI_INFOOBJECTS WHERE SI_LAST_RUN_TIME > '2007.1.31 11:59:59PM' I also tried this date time format '2007 01 31 11 59 59' that I saw in there knowledge base, didn't work!! I've been working on this for a while, called Crystal helpdesk and they are in the dark too! and will get back to me on it. Any tip will be appreciated!