May 14, 2003 #1 dsartain IS-IT--Management Joined May 14, 2003 Messages 4 Location GB I am trying to extend the date range on the built in formula Last4WeeksToSun to last6weekstosun - can anyone help me please
I am trying to extend the date range on the built in formula Last4WeeksToSun to last6weekstosun - can anyone help me please
May 14, 2003 1 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US You might cheat it this way: {table.date} >=minimum(Last4WeeksToSun)-14 and {table.date} <=maximum(Last4WeeksToSun) -k Upvote 0 Downvote
You might cheat it this way: {table.date} >=minimum(Last4WeeksToSun)-14 and {table.date} <=maximum(Last4WeeksToSun) -k