question911
MIS
Below, I added the selection criteria to the "selection formula" in a report. This selection formula is using crystal functions, which slows performance. I know I can use an SQL expression field to replace crystal's currentdate and time function, but I do not know how to use the equivalent Sybase functions (ODBC functions that are exposed to create the SQL expression. I am connecting to Sybase via ODBC and using Crystal Report 7. Any pointers would help.
{Timestamp} in (currentdate) + time(00,00,00) to (currentdate) + time(14,00,00)
{Timestamp} in (currentdate) + time(00,00,00) to (currentdate) + time(14,00,00)