I am using an oracle database and our date fields have a timestamp on them. i would like to disregard the timestamp. is there a way to maybe trim that off by creating a new object in the universe (but keeping it a date type)? Right now they have to enter a range of 5/31/2002 12:00:00 AM to 5/31/2002 11:59:59PM to get one days worth of data. I would like them to be able to just put the date once in the query prompt and have the report bring back all entries for that day. I want to do this without having to alter the database. Any ideas? Thanks.