R
Ray Stevens
I have a datasource where the SQL Server data type for a date column is
varchar(10) (i.e. yyyy-mm-dd). I need to compare this to today's date ( ex.
=today()>$f2, where $f2 is the varchar(10) date field returned from SQL
Server ) but am not sure of how to do it. Should I convert today() to a text
field?
varchar(10) (i.e. yyyy-mm-dd). I need to compare this to today's date ( ex.
=today()>$f2, where $f2 is the varchar(10) date field returned from SQL
Server ) but am not sure of how to do it. Should I convert today() to a text
field?