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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create date parameter for a command object

Status
Not open for further replies.

kyzina

Technical User
Mar 10, 2009
38
US
I have three parameters in my SQL Command object report.

GROUP = '{?Group}'
STRM = '{?STRM}'

EFFDT = TO_DATE('?Date") this is not working, but when I put EFFDT = TO_DATE('2008-01-01') it's fine.

How can I create a date parameter for a command object?

Any suggestions?

thank you
 
Please do not cross-post or create multiple posts on the same topic.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top