Jul 10, 2008 #1 syedmca Technical User Joined Jul 28, 2007 Messages 16 Location 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 Joined Feb 9, 2002 Messages 32,818 Location 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 Joined Jul 28, 2007 Messages 16 Location 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 Joined Feb 9, 2002 Messages 32,818 Location 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