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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
VijayAntoineMICK
Contributor II
Contributor II

section access with composite key Qliksense

Hello,

I have a code for Section Access wich is working good, but I want to use a unique Composite Key but I dont know really how I have to use a unique Composite key...

Have you got an idea please ?

Labels (2)
1 Reply
Dalton_Ruer
Support
Support

There is nothing special about a composite KEY. It's only called a Composite Key because it means you have concatenated field values together like:

Load

FieldA,

FieldB,

FieldC,

FieldA & '_' & FieldB & '_' FieldC as ConcatenatedFieldName

 

You would then ensure that your Section Access is configured appropriately with the combined values like

3938_ABC_71H