Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I need to fetch the license users from QlikView. How to find the no. of license users details?.
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
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
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.
As previously stated, you can use the QMS APIs to programmatically access the information.