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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Hariprasad
Contributor II
Contributor II

In Section access different users see different data

while running in section access script,  not able to see right data, how to run all at time without ant error.

Star is *;
Section Access;
Access:
Load
Upper(ACCESS) as ACCESS
,Upper(USERID) as USERID
,WMC

//,Upper(WMC) as WMC
, subfield(VEH_MODEL_SERIES_CD, '|') as VEH_MODEL_SERIES_CD
//,upper(VEHICLE_MODEL_SERIES) as VEHICLE_MODEL_SERIES
//,upper(subfield(VEHICLE_MODEL_SERIES ,'|')) as VEHICLE_MODEL_SERIES

INLINE
[
ACCESS, USERID, WMC, VEH_MODEL_SERIES_CD,

ADMIN, EMEA\tyuftgh,     3MX , *
USER, EMEA\abcd ,     3MX , 177
ADMIN, EMEA\dfret,    * , 177
ADMIN, EMEA\muster, * , 177|207
ADMIN, EMEA\lomnj,       * , *

];

section Application;
I want ran all user's at time , can you please help me  or how to comment in line load

 

Labels (1)
1 Reply
Jack_Guo
Support
Support

Hi @Hariprasad ,

Did you check the Qlik help website about the section access information?

https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/m...