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: 
Anonymous
Not applicable

Section Access After Reload By User

hello Dear,

This Sample Implemented Section Access

But Exists a bug

when User Login , if user Reload Qlikview ,

User See All Data

why ?

i  don't want De active Reload Button

987987987.png

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, COUNTRY

    ADMIN, ADMIN, ADMIN, *

    USER, CICCIO, CICCIO, *   

    USER, PLUTO, PLUTO, IT   

];

Section Application;

LOAD * INLINE [

    COUNTRY, ZONE

    IT, Lombardia

    IT, Piemonte

    UK, Zone1

    UK, Zone2           

];

2 Replies
maxgro
MVP
MVP

look at Peter Cammaert answer in this discussion

Re: Section access doesn't work after reload data

trdandamudi
Master II
Master II

After reload you have to exit qlikview and reopen the app and you will see the correct data.