Need to get a formula which will give me rolling year to retrieve data.
For Example: when i run query this week, need date
>=2008/01/07 and <=2009/01/04 to cover the rolling year (week start "Monday" and week finished "Sunday") (previous week >=2007/12/31 and <=2008/12/28)
I have table colume, which call "I_Date" (all date store in this column) and get "week number" and "year" from "form" (pls see attachment).
Is there any way I can do it?
Thank you in advance.
For Example: when i run query this week, need date
>=2008/01/07 and <=2009/01/04 to cover the rolling year (week start "Monday" and week finished "Sunday") (previous week >=2007/12/31 and <=2008/12/28)
I have table colume, which call "I_Date" (all date store in this column) and get "week number" and "year" from "form" (pls see attachment).
Is there any way I can do it?
Thank you in advance.
Comment