Hello Folks,
I am trying to create a daily report that will capture inforamtion from a SQL database. The only problem I can;t seem to resolve is a formula to extract ony informations based on yesterdays date, sord of. The report will be ran once per day. It will be ran through Crytal Reports viewer by inexperienced users.
Our business hours are from 9:00 am - 4:00 am the following day. I am trying to work through a formula that will filter out everything inside of this timeline
if {command.Occured} is between Date(-1) and DateTime 9:00am and {command.Occured}= then
{Command.Number}
else
{@frmIsNull}
***{@frmIsNull} is inserted for times there is no inforamtion. Its a corfula that is blank.
I am trying to create a daily report that will capture inforamtion from a SQL database. The only problem I can;t seem to resolve is a formula to extract ony informations based on yesterdays date, sord of. The report will be ran once per day. It will be ran through Crytal Reports viewer by inexperienced users.
Our business hours are from 9:00 am - 4:00 am the following day. I am trying to work through a formula that will filter out everything inside of this timeline
if {command.Occured} is between Date(-1) and DateTime 9:00am and {command.Occured}= then
{Command.Number}
else
{@frmIsNull}
***{@frmIsNull} is inserted for times there is no inforamtion. Its a corfula that is blank.