Currently we have the following where clause for the database connection which works well:
Need to add additional parameter which is [transactiondate]= CONVERT (date, GETDATE()) . Tried the following but no results returned:
[PartDate]= CONVERT (date, GETDATE()) AND [transactiondate]= CONVERT (date, GETDATE()).
Ran in SQL and for sure there are data based on the above where statement. Please let me know what did i do wrong. Thanks.