Hi,

I need to figure out a way to fine the number of stories posted by an author during a period. I want to use a filter where I can give a date range, for example, 1 Sept - 1 Oct to find the number of stories posted by a particular author.

Best
Arnie

Comments

dawehner’s picture

Status: Active » Fixed

What you have to do is the following:

  • Create a view and enable "aggregation"
  • Add a field which counts the amount of posts
  • Add the author as relationship and the user: uid field so you can group by the user
  • This gives you so far all users and their amount of posts
  • For the rest of you requirements you add filters/contextual filters as you do it normally
arnieswap’s picture

Thanks I managed to do that. But I could not figure out the filter/way so that I can give a date range to see the stories posted during that time.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.