Hi !!
I have a problem that i'm sure is very simple to solve but it's driving me nuts ....
Here is my SQL expression ...
(select count("Emti_Bas e1"."Date_ouv ") from emti_base1 where convert(varchar (10),"Emti_Base 1"."Date_ouv",1 10) = '{?startdate}')
the date format in my emti_base1.date _ouv table is:
2011-07-14 00:00:00
My crystal report file/options/date and format field are set to respect the convert to 110 format in sql :
07-14-2011
What am i missing ??? it simply doesnt work.....
Thanks alot everyone
I have a problem that i'm sure is very simple to solve but it's driving me nuts ....
Here is my SQL expression ...
(select count("Emti_Bas e1"."Date_ouv ") from emti_base1 where convert(varchar (10),"Emti_Base 1"."Date_ouv",1 10) = '{?startdate}')
the date format in my emti_base1.date _ouv table is:
2011-07-14 00:00:00
My crystal report file/options/date and format field are set to respect the convert to 110 format in sql :
07-14-2011
What am i missing ??? it simply doesnt work.....
Thanks alot everyone
Comment