Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 .
useful reads
Various levels of security implementation using Section Access
QlikView Section Access Examples
if you can suggest any better way , that may help . because all these ways i know.