
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to create section access in Qliksense?
Hi,
Can I do section access or security purpose in Qliksense?If yes, please give me an instruction for that.
Thanks,
Sandip


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
you can create section access in Qlik sense
it's quite similar to Qlikview
have a look here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
I have used below code for section access:
section access;
LOAD * inline [
ACCESS, USERID,PRD_ID,OMIT
USER, MFCGD\kharega,56775,
USER, MFCGD\ghsandi,54095,
USER, MFCGD\iniyaan,*,
];
section application;
T1:
Load UPPER(PRD_ID) as PRD_ID,
PRD_NAME AS PRODUCT_NAME resident [Product];
Now I want to use more than one data reduction field like PRD_ID, PRD_NAME, PRD_CODE etc. Is it possible to use them in 'section access' section?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use more than one reduction field
just create other tables with the fields you want to use
some good ideas can be find here
