Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
zahidrahim_ocp
Partner - Creator
Partner - Creator

User wise Data Restriction

Dear Experts,

I have 2 users from 2 companies. I want dashboard show data user as per their company wise. First user can see only his company data where as the second user can see only his company data.

All the data from all companies are stored in one table.

Regards,

Zahid Rahim

2 Replies
ali_hijazi
Partner - Master II
Partner - Master II

you need to use section access

something like the following:

section Access;

load * inline [

ACCESS,NTNAME,COMPANY

ADMIN,domain\username1, C1

ADMIN,domain\username2,C2

];

section Application;

load COMPANY, other_fields

from table;

hope this helps

you can search help for section access topic

I can walk on water when it freezes
beck_bakytbek
Master
Master

Hi Zahid,

look at this: https://www.youtube.com/watch?v=_5SNY_UZBtQ

i hope that helps

Beck