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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ThijsDeBruijnEscuLine
Partner - Contributor II
Partner - Contributor II

Determine where Section Access is applied

Hi y'all,

I haven't been able to find the answer to this:

For a migration, in an environment with a lot of dashboards, we cannot get around to changing the user structure too. However: there are some old dashboards that are not being reloaded regularly, but that do have Section Access applied. These of course need to be update, but to save time, I'd rather not (try to) check manually which dashboards might be troublesome

Is there any way (maybe through the repository?) to check which apps have Section Access applied?

Labels (1)
2 Solutions

Accepted Solutions
marcus_sommer

By QlikView and the qvw's is the information if a section access is applied a part of the xml-header of the qvw. As far as the section access load isn't included within a hidden sheet the information could be also picked from the script. I could imagine that's similar by the qvf from Sense. A very quick check would be to open the file with an editor and using CTRL + F to look if you find something.

View solution in original post

Or
MVP
MVP

It might not be the best approach, but I'd approach this by scanning the reload log folder for any log containing "Section Access" as a text string and then cross-checking that with a list of apps that are published (which you can easily get from the repository), since you don't want duplication with every copy of an app ever made showing up individually.

View solution in original post

5 Replies
marcus_sommer

By QlikView and the qvw's is the information if a section access is applied a part of the xml-header of the qvw. As far as the section access load isn't included within a hidden sheet the information could be also picked from the script. I could imagine that's similar by the qvf from Sense. A very quick check would be to open the file with an editor and using CTRL + F to look if you find something.

Or
MVP
MVP

It might not be the best approach, but I'd approach this by scanning the reload log folder for any log containing "Section Access" as a text string and then cross-checking that with a list of apps that are published (which you can easily get from the repository), since you don't want duplication with every copy of an app ever made showing up individually.

ThijsDeBruijnEscuLine
Partner - Contributor II
Partner - Contributor II
Author

Unfortunately, some dashboards have not been reloaded (or too long ago and the scriptlogs have been purged)

ThijsDeBruijnEscuLine
Partner - Contributor II
Partner - Contributor II
Author

In QS, there is no header XML anymore in the QVF unfortunately. Opening the file doesn't really point me towards something. I would expect the SecurityMetaAsBase64 tag to hold something, but so far no luck...

 

Or
MVP
MVP

I'd just manually check those, then. Using the log files should cover the majority of your apps, presumably, so there shouldn't be too much to check manually.