Skip to main content
Planview Customer Success Center

How to check the number of Changepoint licenses in the database?

You can check the number of licenses in the database by using a SQL query:

select featurecode, sum(licensecount)
from licenseimporthistory
group by featurecode

The query lists the total number of available features.