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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to implement section access in Qliksense for Sales force data?

Hello friends,

I am trying to do implement section access for Lead information that only different lead owner can see there data only.

I have a two user only onis admin and another is user1.

And I have field Reagion__c in which values are North,South,east and West. I want User1 can see the data of north only.

SECTION ACCESS;

LOAD * INLINE [

ACCESS, USERID,Region__c

User, DOMAIN\ADMINISTRATOR,*

User, DOMAIN\USER1,NORTH

section application;

// what should I write in section application

But it is not working.

0 Replies