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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to implement section access in Qliksense for multiple values of single field

Hi All,

I am trying to implement Section Access in QlikSense. My requirement is to include reduction on mutliple values of single field.

Below is the code :

Section Access;

Authorization:

load * Inline [

ACCESS,USERID,APP_KEY

USER,AM-ROOT\testuser,1

];


SECTION Application;


load * inline [

APP_KEY,App Name

1,ABC123

1,ABC112

1,ABC1332

1,ABC999

];

What I am trying to achieve is instead of specifying each and every field value of App Name, is it possible to use ABC* in the Authorization table?

Any idea regarding this?

Thanks in advance!

Regards,

Nawaz



0 Replies