Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
if you login with USER privilege, you cannot see security tab.
remember to login with ADMIN privilege
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.
Read the manual on access-part - you need to declare users as USER or ADMIN
Peter
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;