Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!!!
I am into qlik sense sir....please helpo me with steps
Its all about column level security....
column A grant access column b denied access
any other automated solution for this
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
Document properties thing is not available in qliksense
Any suggestions on this
Refer Managing security with section access ‒ Qlik Sense
This might help.