Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sspringer
Partner - Contributor
Partner - Contributor

Section Access Webview

I cannot figure out why, when I use section access to limit the data a user sees for a particular field, that it works perfectly fine for the users MIKE and JOHN (Admin's) when accessed via local opening of file on desktop, but when accessed via Webview it will not let me login as MIKE or JOHN (Admins), but all other USERS (Bob & Ally) work. Please help!

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, TESTFIELD

    ADMIN, ADMIN, ADMIN,

    ADMIN, MIKE, MIKE,

    ADMIN, JOHN, JOHN,

    USER, ALLY, ALLY, ALLYTEST

    USER, BOB, BOB, BOBTEST

];

Section Application;

3 Replies
diogoduarte
Partner - Contributor III
Partner - Contributor III

Hi! I have a very similar situation. In webvision can not access to any user type = /

Not applicable

Hi, Scott

You should set "TESTFIELD" field to value "*" (all field values, listed in Section Access) or some other value (if those admins should work with some particular values). The best practice is to fill ALL fields with some values in your Section Access. In other way it will work incorrect in some cases.

Gysbert_Wassenaar

All users accessing the document in the access point will get USER as ACCESS level, not ADMIN access. That means that the special blank value won't work in the ajax client to let admins see all values. See this discussion for a solution: Section Access - View all data


talk is cheap, supply exceeds demand