Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
VijayAntoineMICK
Contributor II
Contributor II

Can't configure user restriction to a column of my Dashboard correctly with Section Access

Hello Qlik Community,

 

Hope that you are fine, I am nweebie to Qlik.

Today I learn to charge SQL Datas with QVD via creation of Sections etc.. and I create my first Dashboard.

But I want to mask datas for a person (Me and other person for test).

User A :

vijayantoine.mick@intradef.gouv.fr

User B :

nike.airmax@intradef.gouv.fr

 

For example I have i column called "LEGION" with "Oui" or "Non" information (Data : 'O' or 'N')

And I want to show to me only LEGION with "Oui" informations and for user B I want to show to him only "Non" informations.

I try with Section Access but I can't configure user restriction to a column of my Dashboard correctly with Section Access.

 

My code is this : 

 

Section Access;
 
Load*Inline [
 
ACCESS, USERID, USER.EMAIL, REDUCTION
USER, DR-CPT\v.mick, vijayantoine.mick@intradef.gouv.fr, O
USER, DR-CPT\n.airmax,  nike.airmax@intradef.gouv.fr, N
];
 
Section Application;
 
Star is *;
 
LEGION :
 
LOAD*Inline [
REDUCTION, LEGION,
O,O
N,N
];
Labels (2)
1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

try removing the USER.EMAIL column

View solution in original post

2 Replies
Lisa_P
Employee
Employee

try removing the USER.EMAIL column

VijayAntoineMICK
Contributor II
Contributor II
Author

Spoiler
So amazing @Lisa_P  It wooorks ! Thank you so much ! ^^ 🏧


@Lisa_P wrote:

try removing the USER.EMAIL column