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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
a_colebrook
Contributor
Contributor

Qlikview App Usage Monitoring

Is there an easy way to monitor usage of our Qlikview Apps . We can get session info from the server but this only gives info on sessions for apps accessed via the access point , we have some apps which users open from within folders (not on the access point) but we cannot monitor usage of these at present . Any help much appreciated .

Labels (1)
2 Solutions

Accepted Solutions
albert_guito
Creator II
Creator II

rwunderlich
MVP
MVP

There is nothing native in QlikView that will allow you to monitor app usage when qvws are opened from the file system.  A couple of possibilities would be. 

1. Install one of the many windows file audit/monitor tools and watch those directories. 

2. Add an OnOpen macro the document that writes a log record when the document is opened.  This is not foolproof as users can suppress the OnOpen trigger when they open. 

-Rob

View solution in original post

4 Replies
albert_guito
Creator II
Creator II

Hi,

Look at Governance Dashboard ...

https://help.qlik.com/en-US/governance-dashboard/2.0/Content/What.htm

 

Ag+

Ag+
rwunderlich
MVP
MVP

There is nothing native in QlikView that will allow you to monitor app usage when qvws are opened from the file system.  A couple of possibilities would be. 

1. Install one of the many windows file audit/monitor tools and watch those directories. 

2. Add an OnOpen macro the document that writes a log record when the document is opened.  This is not foolproof as users can suppress the OnOpen trigger when they open. 

-Rob

a_colebrook
Contributor
Contributor
Author

Thanks Rob I will give one of those a try .

a_colebrook
Contributor
Contributor
Author

Thank you , governance dashboard looks interesting will investigate that .