Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
balajibc64
Specialist
Specialist

User License Details

Hi, I need to fetch the license users from QlikView. How to find the no. of license users details?.  

Labels (1)
  • Other

1 Solution

Accepted Solutions
Chip_Matejowsky
Support
Support

Hi @balajibc64,

User license information is found in the QlikView Management Console (QMC) > System > Licenses > QlikView Server > Client Access Licenses (CALs) tab > General/Assigned CALs tabs. See the QlikView Online Help entries General and Assigned CALs for more details.

If you're looking for a way to programmatically obtain this information, you can use the QlikView Management Service (QMS) APIs > CALConfiguration Class.

 

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

3 Replies
Chip_Matejowsky
Support
Support

Hi @balajibc64,

User license information is found in the QlikView Management Console (QMC) > System > Licenses > QlikView Server > Client Access Licenses (CALs) tab > General/Assigned CALs tabs. See the QlikView Online Help entries General and Assigned CALs for more details.

If you're looking for a way to programmatically obtain this information, you can use the QlikView Management Service (QMS) APIs > CALConfiguration Class.

 

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
balajibc64
Specialist
Specialist
Author

thanks. yes I'm aware of it. My question is how to fetch in notepad or like in excel. Is there any possibility to fetch from backend. 

Chip_Matejowsky
Support
Support

@balajibc64,

As previously stated, you can use the QMS APIs to programmatically access the information.

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!