Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have an qliksense application, i have to give section access to the users
I want to give some users access by category and some users by sector.
for eg
i want to give 40 users access by category , and 60 users access by sector
How should i create section access file for this application ?
Can anyone help me in this ?
Thanks in advance
Someone else may have a better idea, but here's what I might do:
Section Access:
users:
Load * Inline [
USER, ACCESS, CATEGORY, SECTOR, OMIT
JOE, USER, 1, 1,
MATT, USER 1, 2,
SUE, USER, 2, 2,
];
Section Application:
Categories:
Load CATEGORY, [all other fields]
From ...;
Sectors:
Load SECTOR, [all other fields]
From ...;
Notes about this: