TudorSmith
Programmer
Help
I need to run a totals report that spans 4 weeks. I've been given a spread sheet with derived totals
My total number of work orders for this week is '22776', last week it was '21750', the week previous was '20450' the the first week was '19033'
I realise that I need the grand total based on the current date - 7, -14 & -28, but I'm scratching my head trying to use formulas like Last7Days & Last4WeeksToSun. I'm thinking it'd be something like:
Any idea how I can create a forumla field that shows each of these figures?
Thanks
Tudor
birklea ~©¿©~ <><
Dim objJedi as Jedi.Knight
Set objJedi[skyWalker].Aniken = FatherOf(useThe.Force(objJedi[skyWalker].luke))
I need to run a totals report that spans 4 weeks. I've been given a spread sheet with derived totals
My total number of work orders for this week is '22776', last week it was '21750', the week previous was '20450' the the first week was '19033'
I realise that I need the grand total based on the current date - 7, -14 & -28, but I'm scratching my head trying to use formulas like Last7Days & Last4WeeksToSun. I'm thinking it'd be something like:
Code:
if {PMWRKORD.DATE_CREATED} in (CurrentDate)-7 to (CurrentDate) - 14 then
count({PMWRKORD.PMWRKORD_CODE})
Thanks
Tudor
birklea ~©¿©~ <><
Dim objJedi as Jedi.Knight
Set objJedi[skyWalker].Aniken = FatherOf(useThe.Force(objJedi[skyWalker].luke))