I want to be able to pull data out from startdate:01/01/2002 to enddate: 12/31/2002.
Is this correct ?
I put it inside Edit Selection Formula-->inside Record and Check and Accept it.
But everytime I Accept it , it ask me if I want to change the query. I do not want to change my existing query in my Show SQL Query. Is my sequence of steps or approach to it is wrong?
{D.DEAL_STATUS} = "F"
and
(year({D.DEAL_DT})= year(CurrentDate) and day({D.DEAL_DT}) = day(CurrentDate))
Is this correct ?
I put it inside Edit Selection Formula-->inside Record and Check and Accept it.
But everytime I Accept it , it ask me if I want to change the query. I do not want to change my existing query in my Show SQL Query. Is my sequence of steps or approach to it is wrong?
{D.DEAL_STATUS} = "F"
and
(year({D.DEAL_DT})= year(CurrentDate) and day({D.DEAL_DT}) = day(CurrentDate))