
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add this statement after section application;
star is *;


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
If you want to give access to everyone by using "*" why would you just comment your Section Access block?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have around 100 users, not all users are * access only very few.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
