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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access Security

I have QV section access working, but now have a new request that I am not sure how to handle. I currently have:

Section Access;

LOAD * INLINE [

USERID, PASSWORD, ACCESS, OMIT, DSM

MYUSER, PSWD, USER, COST, DSMFILTER];

Section Application;

LOAD * INLINE [

USERID, DSM, DSMNumber

MYUSER, DSMFILTER, U08 ];

everything is working. MYUSER logs in and can see U08 ( a sales region) data with no COST data.

But now I need to create a user who can see DSM U08 but only for Customer Number "123".

I am struggling on how to do this. What am I missing?

Thanks,
Stephen

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Add another field CUSTOMER and link CUSTOMER with your existing CustomerID. The key is to link the two security fields (DSM and CUSTOMER) separately

Ask me about Qlik Sense Expert Class!

View solution in original post

3 Replies
Not applicable
Author

Any suggestions?

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Add another field CUSTOMER and link CUSTOMER with your existing CustomerID. The key is to link the two security fields (DSM and CUSTOMER) separately

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Thanks, got it working.

Stephen