Hey guys.
Normaly i work for a lot of my reports with 2 parameters
StartDate and StopDate
now i need for some reports a couple of versions of the same report
but i want to switch the 2 parameter date's with builed in dates
1 for the current Week and in the other report for the current Month
The report contains sales information from our shops
{Alle verkoop multi filiaal.h_datum} >= {?StartDate} AND
{Alle verkoop multi filiaal.h_datum} <= {?StopDate}
this is my current record selection and i would like to change the start and stop date part to a static value
monday / tuesday /wednesday / ...
so if i run the report on a thursday i want the results from monday to thursday
For the stopdate i can use currentdate value but for the startdate i'm a bit stuck
for the week i don't care if it's the date from monday or sunday but for the month it's the first day of the month ofcourse.
Is there a CR command that gives me those date's ?
Greetings
Adam