Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

Section Access Prob

Hey,

I ahve created an app trying to implement section access but it is not worknig.Can someone help?

For seeing Hidden script, use password: admin

Thanks

7 Replies
kuczynska
Creator III
Creator III

Do you must have your section access info in the separate xlsx, outside QlikView? Section access works fine in the below file, please use userId and password admin.

Password to your hidden script is still the same.

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie...

PFA..

Hope this will helps u...!!!

Regards,

Mohammad

nikhilgarg
Specialist II
Specialist II
Author

hey, i am using personla edition so cann't open file.Can you plz tell what changes you done ?

Thanks

kuczynska
Creator III
Creator III

No problem.

Content of hidden script (add OMIT column in order to reduce access by country), I think you always must have an admin access to the app - as a user you may not be able to reload the application and basically assign section access for each user.

Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    User, Nikhil, nikhil

    User, Pradeep, pradeep

    User, Dpanshu, dpanshu

    Admin, Admin, admin

]
;

Section Application;

MAIN tab:

LOAD * INLINE [

    Id, Name, Country, Product, Sales

    1, a, GERMANY, MACHINE, 11

    2, b, GERMANY, FOOD, 22

    3, c, FRANCE, MACHINE, 33

    4, d, LONDON, SHOE, 44

    5, e, UK, MOB, 55

]
;

nikhilgarg
Specialist II
Specialist II
Author

Hey,

I got the problem.

I need to write ACCESS, USER, PASSWORD, in Capitals and it will work fine.

kuczynska
Creator III
Creator III

Glad is working for you!

kavita25
Partner - Specialist
Partner - Specialist

PFA..

Your column labels should be in CAPS and also keep 1 person as ADMIN...

Once you will reload the data with all the Access as USER you won't be able to edit the hidden script....