Jul 10, 2008 #1 syedmca Technical User Jul 28, 2007 16 IN Hi, In select expert i need to put condition that database field which is of string dataypt >= date data type . How can i do this plz explain me step by step Thanks Syed
Hi, In select expert i need to put condition that database field which is of string dataypt >= date data type . How can i do this plz explain me step by step Thanks Syed
Jul 10, 2008 #2 lbass Technical User Feb 9, 2002 32,816 US You would have to show us how the string date displays. Be sure to tell us how it is formatted, e.g., MM/dd/yyyy or dd/MM/yy, etc. -LB Upvote 0 Downvote
You would have to show us how the string date displays. Be sure to tell us how it is formatted, e.g., MM/dd/yyyy or dd/MM/yy, etc. -LB
Jul 10, 2008 Thread starter #3 syedmca Technical User Jul 28, 2007 16 IN Hi, String which is a database field is yyyy-mm-dd hh24:mi:ss is to be compared against a parameter(date) datatype. In select expert it is showing error statign that for database field expecting datetime Plz help me in this regard.Step by step Upvote 0 Downvote
Hi, String which is a database field is yyyy-mm-dd hh24:mi:ss is to be compared against a parameter(date) datatype. In select expert it is showing error statign that for database field expecting datetime Plz help me in this regard.Step by step
Jul 10, 2008 #4 lbass Technical User Feb 9, 2002 32,816 US You should be able to create a formula like this: cdate({table.yourstring}) ... and then set the formula equal to the date parameter. -LB Upvote 0 Downvote
You should be able to create a formula like this: cdate({table.yourstring}) ... and then set the formula equal to the date parameter. -LB