Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lalitkgehlot89
Creator II
Creator II

Session Access

Hi,

Is it possible to apply session access in qliksense.

If yes, Please let me know how can we apply session access on a qliksense app for row level security.

If not, which option is available in qlik sense for the row level security like in qlikview.

Thanks,

Lalit Kumar

2 Replies
nizamsha
Specialist II
Specialist II

Section Access is Applicable in Qlik Sense but not in Desktop

Section Access u have to write in the Server only

this code will work u have to change little bit according to ur table and logic

Section Access;

LOAD

    'DomainName\'&[USERID] AS [USERID],

    Upper( [ACCESS]) as [ACCESS],

    UPPER([PROJECT_ID]) as PROJECT_NAME

FROM Path;

CONCATENATE

LOAD 'INTERNAL\SA_SCHEDULER' as [USERID],

          'ADMIN' as [ACCESS],

          '*' as PROJECT_NAME

Autogenerate 1;

Section Application;

LOAD

    //'DomainName\'& USERID AS "USERID",

     UPPER(PROJECT_ID) as PROJECT_NAME

FROM Path;

Not applicable

Hi Lalit,

It is possible in QlikSense.

Check the help link here.

https://help.qlik.com/en-US/sense/2.0/Subsystems/Hub/Content/Scripting/Security/manage-security-with...

Regards,

Rohan