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: 
azmeerrehan
Partner - Creator
Partner - Creator

Section Access Issue

I am trying to add the section access.  Please see  the attached sample file. I am trying to restrict the data to a value A only from the inline table.  I have commented out the section access part so that someone can open it.

I still get all the values.  Its not applying the section access.

What Am I missing here

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Try this:

Section Access;

LOAD * INLINE [

ACCESS,NTNAME

ADMIN,domain\johndoe

TEST,A

     ];

section Application;

View solution in original post

1 Reply
m_woolf
Master II
Master II

Try this:

Section Access;

LOAD * INLINE [

ACCESS,NTNAME

ADMIN,domain\johndoe

TEST,A

     ];

section Application;