Skip to main content
Announcements
Join us on Sept. 17 to hear how our new GenAI Assistant empowers data professionals: REGISTER
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