I have a field in a SQL table that displays
05-Sep-2002 16:00:31 (it's a char field). I need to convert it into the following format yyymmdd so that I can use a date range parameter in my report. (I do not need the time)
Thanks, I created a SQL expression %Date using
convert(datetime, substring(PR_DC_ND_TRG_LST.PR_SIGNOFF_DT_TRNEE,1,11)) which returns a correct Date format 05/01/2003.
Now what I need to do is be able to create a parameter in the report to choose specific date ranges such as 05/01/2003 thru 05/15/2003.
I can't figure out how to create a parameter that references this new 'field' %date.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.