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

About reduce the data based on user

Hi All,

I use the following section to control the access:

Section Access;
LOAD * INLINE [
    ACCESS, USERID,PASSWORD,Region
    ADMIN,lzq,123,Brazil
];
Section Application;

Load * Inline
[Region,Revenue
Brazil,100
France,200
Germany,300
];

I want to let USER lzq just could see the Brazil revenue, but it does not work, could you help me out?

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

3 Replies
Not applicable
Author

Hi,

Document Settings---->Opening---->check Initial Data Reduction Based on Section Access---->check Strict Exclusion

Not applicable
Author

Thanks, I did it, but it does not work, I have attached the QVW, could you have a look at it?

The user is lzq, pwd is 123.

Thanks.

Not applicable
Author

Hi,

See this link

http://community.qlik.com/message/244720#244720

Hope it helps !!!1