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: 
agni_gold
Specialist III
Specialist III

Need help on Section access

Hi Friends ,

I have one Inline table with 3 values as

SubCompany:

LOAD * INLINE [

    Sub Company, _SubCompanySeq

    ABI, 1

    DGO, 2

    HE, 3

]; 

this sub company i am shoing as filter in UI.

and from my fact i am getting DGO as a column which has 1 or 0 or null values , similarly HE as a column which has 1 or 0 or null values.

Note : There might be possibility that for some rows HE and DGO column vaues are 1.

I want to provide section access based on sub company .

Please suggest any approach .

2 Replies
vinieme12
Champion III
Champion III

useful reads

Various levels of security implementation using Section Access

QlikView Section Access Examples

Section Access

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
agni_gold
Specialist III
Specialist III
Author

if you can suggest any better way , that may help . because all these ways i know.