CR 8.5
CE 8.5
MS SQL DB
As I understand it, SQL Server doesn't have a "Date" field, only a "DateTime" field. (at any rate, the field in question is a "DateTime"
Therfore, I set up a formula to extract the Date portion.
//@DateFormula
Date(IndexDateTime)
Add 2 Parameters (formatted as Date) for ?Start and ?End.
Point Select Expert to @DateFormula to be between ?Start and ?End.
When I go to Show SQL ... NOTHING shows up regarding the date. The Report is EXTREMLY slow.
What am I missing?
CE 8.5
MS SQL DB
As I understand it, SQL Server doesn't have a "Date" field, only a "DateTime" field. (at any rate, the field in question is a "DateTime"
//@DateFormula
Date(IndexDateTime)
Add 2 Parameters (formatted as Date) for ?Start and ?End.
Point Select Expert to @DateFormula to be between ?Start and ?End.
When I go to Show SQL ... NOTHING shows up regarding the date. The Report is EXTREMLY slow.
What am I missing?