Hi
i have a select field “controller” and a date field “validfrom”. The field “controller” has a lookup with this query:
SELECT controllername from tblcontroller where validto < {validfrom}
The SQL generated by scriptcase says: "SELECT controllername from tblcontroller where validto < " and gives an error.
With any other field except datetime fields, the lookup query is generated correct from scriptcase, for example:
SELECT controllername from tblcontroller where validto < tblcontrollerid
works and the where clause is “validto < 1”. So seems to be a problem only with datetime field not parsed correct by scriptcase. Please fix that.
Thank’s and best regards
Steve