Hi!, is it possible to bring the records created b...
# general
n
Hi!, is it possible to bring the records created before a specific time in a data set? (bearing in mind that the date will always be different)
n
tell us more of what you need. For a relative time I use a criteria which includes ({now}-{datecreated} )* 24 which will give you a decimal number of hours since the record was created.
For records created before 6am I would start with TO_CHAR({datecreated},'H').