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

Missing security tab in my document

Hi All,

I am not able to find the security tab in my document. By the way i have restrictions in my document. But when i create the document at first i remember that security tab was there. Also i was able to disable the reload and save button. But no idea how it is missing now.

Hope someone can help me out for this!

error loading image

4 Replies
Not applicable
Author

if you login with USER privilege, you cannot see security tab.

remember to login with ADMIN privilege

Not applicable
Author

Hi,

Thanks for your reply. There is no admin privilege in my document. All are users only. Let me know why it is still missing.

prieper
Master II
Master II

Read the manual on access-part - you need to declare users as USER or ADMIN

Peter

Not applicable
Author

Hi Peter,

Thanks for your reply again. As you know i don't have any column to declare who is user/admin in data which i am loading it. Do i need to change data model because of this? Below given is the script which i wrote in section access part of my document.

In this I know what is getting loaded in userid as USERID, upper(password) as PASSWORD, account as [account code], mfaccode as [mfaccode] but i dont have any idea what is getting loaded in to 'USER' as [ACCESS]. Also i don't know what is don't know how declare user and admin in the current structure.

Please refer to below post. Requesting to cleat my doubts there.

http://community.qlik.com/forums/t/23966.aspx

Section access script for you reference:

Section Access;

SecurityTable: LOAD
'USER' as [ACCESS], userid as USERID, upper(password) as PASSWORD, account as [account code], mfaccode as [mfaccode]
RESIDENT items;

Section Application;