Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Sivanesan
Partner - Contributor III
Partner - Contributor III

Session Monitor in QSEoW

Hi Everyone

We are performing app cleanup for a client and noticed that there are so many unpublished apps under sa_repository account. These apps were originally owned by users and when they left the apps were assigned to sa_repository. The client wants to the know original app owners so that they can decision on these apps. I can through a post that we can check the user activities in the apps by using the log details sheet from sessions monitor. Since the history maintained in the app is 12 months I tried increasing it to 36(SET monthsOfHistory = 36;) and reload the app. But still I am seeing only the 12 months data. Can someone advise why I couldn't see the data older than 12 months?

Regards

Sivanesan

 

Qlik Sense Enterprise on Windows 

Labels (2)
1 Solution

Accepted Solutions
henrikalmen
Specialist II
Specialist II

Try updating the variable app_version as well, e.g. add ".1" to the version number. The app stores a qvd with cahed data; if the cached qvd doesn't have data for 36 months back, this could be a reason. Updating the version number forces a new qvd to be created.

Another possibility is that you have purged old log files, and if that's the case there is no history to read.

View solution in original post

2 Replies
henrikalmen
Specialist II
Specialist II

Try updating the variable app_version as well, e.g. add ".1" to the version number. The app stores a qvd with cahed data; if the cached qvd doesn't have data for 36 months back, this could be a reason. Updating the version number forces a new qvd to be created.

Another possibility is that you have purged old log files, and if that's the case there is no history to read.

Sivanesan
Partner - Contributor III
Partner - Contributor III
Author

Thanks Henri.. After updating the app_version I can see the corresponding log details.