May 14, 2003 #1 dsartain IS-IT--Management May 14, 2003 4 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 Mar 23, 2002 20,180 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