Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

section access


hi,

im tring to understand the script of the security-

section Access;
LOAD 'ELBIT_NT\'&upper(USER_ID) AS NTNAME,
upper('ELBIT_NT\'&upper(USER_ID)) AS USER_LOG,
      'ADMIN'
AS ACCESS
FROM $(Security) (qvd)
where upper(USER_ID)<>'QVADMIN' and upper(USER_ID)<>'DP90113' and upper(USER_ID)<>'DP23320' and upper(USER_ID)<>'DP90113' and upper(USER_ID)<>'DP24312';
   
section Application;
Star is *;
Logs:
LOAD
'ELBIT_NT\'&
upper(USER_ID) AS USER_LOG,
     
Sec_Key              
FROM $(Security) (qvd)
where  upper(USER_ID)<>'QVADMIN' and upper(USER_ID)<>'DP90113' and upper(USER_ID)<>'DP24312' and upper(USER_ID)<>'DP23320' and upper(USER_ID)<>'DP24999' and upper(USER_ID)<>'DP13579' and upper(USER_ID)<>'DP19942' and upper(USER_ID)<>'DP18325'and upper(USER_ID)<>'DP23320'and upper(USER_ID)<>'DP13852'; // Delete From Defalt list

what the logs table mean?

how the security wors here?

tnx

adi

Labels (1)
0 Replies