Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fredericvillemi
Creator III
Creator III

How to get QVS Statistics / Document and users ?

Hello,

I would like to programaticaly get the list displayed in QMC / QVS Statistics / Documents and Users

I would like to be able to get this list, telling us in real time the users and documents opened, to put it on another control website

How can i access to these information ? is there a webservice ? or a log which contains this list exactly ?

Thanks

F.

Labels (1)
1 Solution

Accepted Solutions
Not applicable

Hi Frederic,

You may be able to extract the information you require using QMS API (QlikView Management Service) API. Here is a link to the document where you can search functions exposing QlikView information. The QMS API is a powerful API which can be used to manage user licenses, trigger tasks and many other functions.

http://community.qlik.com/docs/DOC-2683

I hope this is useful?

Thanks Steve

View solution in original post

5 Replies
salto
Specialist II
Specialist II

Hello,

the QlikView Governance Dashboard is a fantastic free tool available for download that will give you all the information you need.

http://www.qlik.com/es/explore/products/governance-dashboard

Before I knew of the Governance Dashboard, I developed a very basic report that gives this information. I uploaded itno long ago:

http://community.qlik.com/docs/DOC-5255

Hth.

Not applicable

Hello,

If you are looking for monitoring tools, yes there are several moitoring tools available.

You may use this one: QlikView Governance Dashboard 1.0

Or the OPS Monitor here: http://community.qlik.com/docs/DOC-2614

By searching the community forum you will find others.

But I am not sure if this is what you are looking for.

Regards,

Gerrit

fredericvillemi
Creator III
Creator III
Author

Hello,

i have already these tools but what i want to do is exactly the same thing as in Statistics.

Just get the current users and documents connected. And i want to do that every 30 seconds. To be able to make a status board.

The QMC probably just asks a question to the server which replies this list without parsing any logs .. somebody probably knows how to do without big documents

Not applicable

Hi Frederic,

You may be able to extract the information you require using QMS API (QlikView Management Service) API. Here is a link to the document where you can search functions exposing QlikView information. The QMS API is a powerful API which can be used to manage user licenses, trigger tasks and many other functions.

http://community.qlik.com/docs/DOC-2683

I hope this is useful?

Thanks Steve

fredericvillemi
Creator III
Creator III
Author

Really nice thanks

I don't know how i will use this in a php project but at least that's what i was looking for

Thanks