Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

user security

Hi Expert,

here is a scenario

there are two columns(col1,col2)  if user A logged in he should be able to see col1  and when user B logged in then he should be able to see col2

how can we do this in qlik sense

thanks

9 Replies
Anonymous
Not applicable
Author

You develop the same in js file of the extension like

function () {

'use strict';

var qv_user = "";

app.variable.getContent('username',function ( reply ) {

            //console.log("get user name");

           

            qv_user =  reply["qContent"]["qString"];                

        });

you define your logic in the paint function.

Hope this helps you!!!

Anonymous
Not applicable
Author

I am into qlik sense sir....please helpo me with steps

Anonymous
Not applicable
Author

Its all about column level security....

column A grant access column b denied access

shraddha_g
Partner - Master III
Partner - Master III

Anonymous
Not applicable
Author

any other automated solution for this

Anonymous
Not applicable
Author

this option is not available in qlik sense


Note: You need to select Document Properties -> Opening tab -> and select Initial Data Reduction based on Section Access option

shraddha_g
Partner - Master III
Partner - Master III

Document properties thing is not available in qliksense

Anonymous
Not applicable
Author

Any suggestions on this

shraddha_g
Partner - Master III
Partner - Master III