That's true, but I think I explained myself wrong. I have days that have data related to them. Those days I roll up into 13 weeks and use the Sunday of each week to sum. Then at the end of the report I have a total summary of 13 weeks and them of course the total report summary. I am trying to count the weeks, but continue to only be able to get numbers of days sum. How can I count this formula:
{empdata.week} in Dateadd("ww",-12,minimum(lastfullweek)) to CurrentDate
And then count the weeks and not the day within the week.