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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access Issues

Hello Folks,

I have a rather simple functionality around security that I want to set up in my QVW script.

Basically I want to be able to perform dynamic data reduction based on 3 fields in my data model. I have tried several things in my section access but to no avail. Does anybody have any examples of how this is done ?

Thanks,

Anand.

2 Replies
Anonymous
Not applicable
Author

Anand,
(Your question is not very specific, so my answer is also generic.)
You have to have your three fields in the Section Access part (in addition to the sytem fields like ACCESS, USER,...) and in data model. They may be in the different logical tables of the data model. All field names must be all capital, and the values of these fields must be all capial too. If you loading them from a database, use upper() function.
Don't forget to check "Initial Data Reduction" in the Document properties on the Opening tab.
I'm sure you can find examples here on forums.

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

This functionality is described very well in the Reference Guide, Chapter "Security". Check it out!

Oleg