Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to track individual chart/pivot usage

Our business wants to find out what charts/objects are being used heavily in our QlikView IE plugin based application. I checked the WebServerPerformance.qvw but that gives info at the document level. Is there any way to get statistics about individual sheet object usage? Like user X opened chart Y at 00:00..

Appreciate any help...

Thanks!

3 Replies
Not applicable
Author

Bump!

Kindly let me know if someone has any ideas to implement this..

Not applicable
Author

What about a macro, that counts up 1 , whenever it is executed?

Not applicable
Author

A basic idea is to implement it using macro. So, for example you can put a trigger on activate which write back to a text file the time of activation of the object. That way whenever object is activated its time is written back to the text file...it is a rough idea, i am getting...but hope it helps you to right direction..!!!