I have a Week Ending Date Ranges that follow every Sunday.
My report has a box the user enters the Week Ending they want to see, then the report will populate the next 7 week endings to view report.
So if the user enters week ending 3/17/12, the report will populate the next 7 weeks, I simply do a formula =+7, this will add 7 days to the 3/17/12 making the next row 3/24/12. All this works great. However other dependencies on my report rely on a WEEK number, so I point WeekNum to the field where i have =+7, however the weekNumber doesn't work and gives wrong Week Numbers.
I think this is because WeekNUM is pointed to a Date that has the =+7. When I just typed in the same date, the correct WeekNumber populated.
What is a work around? I need the next 7 dates to populate so the report is dynamic.
My report has a box the user enters the Week Ending they want to see, then the report will populate the next 7 week endings to view report.
So if the user enters week ending 3/17/12, the report will populate the next 7 weeks, I simply do a formula =+7, this will add 7 days to the 3/17/12 making the next row 3/24/12. All this works great. However other dependencies on my report rely on a WEEK number, so I point WeekNum to the field where i have =+7, however the weekNumber doesn't work and gives wrong Week Numbers.
I think this is because WeekNUM is pointed to a Date that has the =+7. When I just typed in the same date, the correct WeekNumber populated.
What is a work around? I need the next 7 dates to populate so the report is dynamic.