Hi all, hoping you can help.
Im reporting based on weekly counts and need to show the last 6 weeks. Im use an If / then formula and just sum the results.
For the week in progress I use:
if (({Main.Complaint Date})) in WeekToDateFromSun then
if {Product_Type.Product type}like "*@ctive*" then 1 else 0
for the previous week I use:
if ({Main.Complaint Date}) in (astfullweek then
if {Product_Type.Product type}like "*@ctive*" then 1 else 0
but how do I show week -2, -3 etc as I can't work out the syntax.
Also is it possible to show the date (dd/mm/yyyy) of the first sunday in each week - i.s so I can have a list of dates running in a column that are the first sunday of the week.
Many thanks
Malcolm.
Im reporting based on weekly counts and need to show the last 6 weeks. Im use an If / then formula and just sum the results.
For the week in progress I use:
if (({Main.Complaint Date})) in WeekToDateFromSun then
if {Product_Type.Product type}like "*@ctive*" then 1 else 0
for the previous week I use:
if ({Main.Complaint Date}) in (astfullweek then
if {Product_Type.Product type}like "*@ctive*" then 1 else 0
but how do I show week -2, -3 etc as I can't work out the syntax.
Also is it possible to show the date (dd/mm/yyyy) of the first sunday in each week - i.s so I can have a list of dates running in a column that are the first sunday of the week.
Many thanks
Malcolm.