I have an unusual filter requirement. So how I need this to work is:
I only need to go into the view on Mondays and Tuesdays. The data will be imported in every Tuesday. Once that data is imported I need to see data from the previous week,
For example I import the data on April 23, 2024. Then I need to only see this data between April 16th - April 22nd Then when I look at the view on April 22nd I still need to see the 16th-22nd of April.
So if I import the data on April 30th I will need to see records between April 23rd - April 29th. If I look at the view on May 29th I see the 23rd - 29th.
Is this even possible? Or what is the best way to achieve this?

