I would create a formula that calculates the date that's 48 weeks in the past (I'll call it {@StartDate}. Then, in the Select Expert, click on the "Formula" button and edit the formula to include something like this:
{MyTable.DateField} in {@StartDate} to CurrentDate
If you HAVE to have a parameter, replace "CurrentDate" with the call to the param.
-Dell