I am using crystal v10. and i want to make my report run from every wednesday to wednesday.
it consists of this
{HPD_HelpDesk.Create Time} >= CurrentDate-7
and
time({HPD_HelpDesk.Create Time}) in time(16,0,0) to time(23,59,59)
But I want to set up such that it runs every wednesday to wednesday..
I KNOW i have to use Datepart
so i havet his
Datepart {"w", (HPD_HelpDesk.Create Time})
but i need to specify wednesday and the above is not working
your help is much appreciated
-tubby
it consists of this
{HPD_HelpDesk.Create Time} >= CurrentDate-7
and
time({HPD_HelpDesk.Create Time}) in time(16,0,0) to time(23,59,59)
But I want to set up such that it runs every wednesday to wednesday..
I KNOW i have to use Datepart
so i havet his
Datepart {"w", (HPD_HelpDesk.Create Time})
but i need to specify wednesday and the above is not working
your help is much appreciated
-tubby