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: 
vardhancse
Specialist III
Specialist III

section access 'All' or '*'

Hi,

As part of section access field level authorization:

SECTION ACCESS;

Access:

LOAD ACCESS,

     NTNAME

FROM

[Section_Access.xlsx]

(ooxml, embedded labels, table is Access);

SECTION Application;

Security:

LOAD NTNAME,

     NAME

FROM

[Section_Access.xlsx]

(ooxml, embedded labels, table is Security);

As per the given excel sheet every thing was fine,

Field level security was working perfectly. But the issue was if I give * for the NAME field

Then, Its not showing any thing, can please let me know any alternative for the same

5 Replies
Chanty4u
MVP
MVP

Hi,

did you checked this ?

Column level access using Section Access

avinashelite

Add this statement after section application;

star is *;

pokassov
Specialist
Specialist

Hello!

If you want to give access to everyone by using "*" why would you just comment your Section Access block?

vardhancse
Specialist III
Specialist III
Author

We have around 100 users, not all users are * access only very few.

vardhancse
Specialist III
Specialist III
Author

Hi,

* means all the listed values or else all the values in the field?

From QlikView help its saying that:

  • The star sign * means all listed values, not all values of the field.