UPDATED: I figured it out! the TILE WIDGET!!! Very easy. Sorry everyone for the clutter. Hope this helps others!!!
Good morning all.
I have a sorted file that shows me how many products are sold by week. I want to create a new field that takes the averages of the last 6 weeks of data only. I don't want to hardcode these field names as that could cause issues when I update my data. I always want the last 6 weeks of what is in the dataset.
Here is what I am thinking in my head that should work.. I thought that if I have 20 records for the product, I could sort the dates descending and then tag the first record as 1, second as 2 etc., and restart the count at the next product. Set a filter on records <7 and then crosstab the results. Then make a new field that averages 1-6.
My issue: How do I apply a tag to show the 1, 2, 3 down the list restarting at a product change? Probably a simply tool I am overlooking!
Thanks so much!