There are two linked tables:
- Posts (ie. an index of blog posts, with dates)
- Companies (a list of companies who author blog posts)
Companies already has a Count field column to display the total Posts by given Company.
However, I’d like also to count the posts by Company within the last seven days.
One view of Posts is filtered to show records with dates within the last week.
But how do I utilise this or similar on the Companies table?
Thanks.