I'm trying to create a straight table that will have Website URL as the dimension, and then 4 Expressions, each of which will have NumberofHits per trailing week, so
Most Recent Week,
2 weeks old
3 Weeks old
4 weeks old
I need a straight table and not a pivot table, so I want to use Set analysis to split up the NumberofHits per Week.
I can't quite get the syntax right to do this. Something like:
sum( {<Week (Date) = max (Week(Date)>} NumberofHits) ??