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
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