Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello who can help me with section action in Qlikview.
My problem is that my qlikview keeps the section access restrictions from my last user.
When a salesmen logs he can only see his own data.
When i login as a manager, my qlikview still keeps in mind that i had a salesmen id had selected in my past session.
And I can only work with te salesmen figures that are possible in my section access script.
What am i doing wrong?
This is my section ACCESS code:
Section Access;
With VERTEGENWOORDIGERRAAM i make a link to my fact table.LOAD * INLINE [
ACCESS, USERID, PASSWORD, VERTEGENWOORDIGERRAAM
ADMIN, DIRK, DIRK,*
ADMIN, LAURENS, LAURENS,*
USER, MARGRET, MARGRET,*
USER, JANTINE, JANTINE,5
USER, ARNO, ARNO,2
USER, CAROLINE, CAROLINE,2
];
Section Application;
Is this problem happening through the Server or opening the file directly?
Best regards
Fernando
Both,
When i use the plugin and when i use the editor.
greetz,
dirk