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

Section acces script

This is my hidden script for section acces.

The user can only see the project with id 24

I want the admin to be able to see al projects, but now the admin can only see project nr 24.

What is wrong in my script?

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, PROJECT

    ADMIN, ADMIN, ADMIN, *

    USER, WOMMELGEM, 24, WOMMELGEM

];

Section Application;

LOAD * INLINE [

    project_id, PROJECT

    "24", WOMMELGEM

   

];

11 Replies
michael_maeuser
Partner Ambassador
Partner Ambassador

check this one. hope that helps.

user: ADMIN,

pw: 1

Not applicable
Author

Seems to work perfect!