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

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

Issue with reduction in section access

binary load blah blah blah;

section access;

LOAD

* INLINE [

    ACCESS, NTNAME, "Sale Year"
    ADMIN, domain1\user1, 2008
    USER, domain1\user2, 2009
    USER, domain2\user1, 2010
    USER, domain2\user2,
]
;

Section Application;
LOAD * INLINE [
"Sale Year"
2009
2010
2011
2012
2013
]
;

I want to reduced based on a Sale Year which is the column in the data model. This doesn't work at all... Either from the desktop or from the access point. Can you kindly help? domain2\user2 should have access to all years, but the other users need to be set up as seen here.

14 Replies
Not applicable
Author

actually the data is just the year, which is a numeral.

tresesco
MVP
MVP

I was talking about section access data.

Not applicable
Author

hmm. does anyone have an existing working example?

Not applicable
Author

Hi,

Login to the application by user AAA and password AAA (ADMIN user).

Not applicable
Author

thanks Venu. It works fine, but how about NTNAME. I am using a NTNAME and it still doesn't work. Because I cannot afford to take username as the input.