Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to count the number of articles per user

Dilpreet Sohanpal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 3, 2012

Hello All,

I have a requirement to count the number of articles CREATED by each user along with the date of article creation.

Please could some let me know how this can be done. I have default Database which comes with Confluenece.

Thanks

Dilpreet

1 answer

1 vote
PeterKoczan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 4, 2012

Hi,

In MySQL you could use something like this:

select creator,date_format(CREATIONDATE,'%Y-%m-%d'),count(*) from CONTENT where prevver is null and creator is not null group by creator,date_format(CREATIONDATE,'%Y-%m-%d') order by creator,date_format(CREATIONDATE,'%Y-%m-%d')

Cheers,

Peter

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events