I have an expression to give me the AVG of TIMETAKEN
in the last 7 days but it isn't returning any results.
=AVG({<STARTDATE={"<$(=date(today()-7))"} >}TIMETAKEN)
I can get yesterdays AVG with this and it works:
=AVG({<STARTDATE={"$(=Date(Today()-1))"}>} TIMETAKEN)