Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Separating the data and time field into two parts to create a prompt 1

Status
Not open for further replies.

Enea

Technical User
Feb 23, 2005
90
US
I have one field which has date and time.

Users will have to open a few reports where they need to indicate a From/To date without time and other reports where they only need to indicate From/To time.

Right now I when I drag the field into the conditions panel I don't have a way to indicate only date or indicate only time.

How can I obtain what I need?
 
I guess you are working with ORACLE?
Have a look at functions like TRUNC/ROUND/TO_CHAR/TO_DATE.
These will give you possibility to build proper universe objects / prompts ..

Ties Blom

 
db: sql server
I will look into what you suggested.
Thank you
 
Then have a look at the special SQL server convert() function..

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top