I have to do a growth rate since we installed confluence. Is there a way to find a user created date, so i can show how many people have been added to the system. Is it also posisble to do the same with pages (display all page created dates on one page)??
Thank you
You will need to go into the database and do a few different queries. The first for users will be the [users] table and you'll want to look at the "created" column. For the pages you'll want to look at the [content] table and you'll want to filter by the creationdate column and do a where version = 1 and contenttype = page.
You will need to go into the database and do a few different queries. The first for users will be the [users] table and you'll want to look at the "created" column. For the pages you'll want to look at the [content] table and you'll want to filter by the creationdate column and do a where version = 1 and contenttype = page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.