Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section access Issue

Hi,

I am trying to create a section access using below data.

    

ACCESSUSERIDGROUPOMIT
USERAGL\PKTEAMQLIKManagementAmount
USERAGL\PKTEAMQLIKRAmount
USERAGL\PKTEAMQLIKPMAmount
USERAGL\PKTEAMQLIKGMAmount
USERAGL\PKTEAMQLIKTotal Price

Load script

-------------------

LOAD

    "ACCESS",

    "USERID",

    "GROUP",

    OMIT

FROM [lib://AN (agl_pk)/Access.xlsx]

(ooxml, embedded labels, table is Sheet1r);

But still i can see those fields in my app under My workspace.

Regards,

Prasanta

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Do you have a Section Access; statement before the load and a Section Application; statement after?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

yes, i have put the below script before my main load script for application.

LOAD

    "ACCESS",

    "USERID",

    "GROUP",

    OMIT

FROM [lib://AN (agl_pk)/Access.xlsx]

(ooxml, embedded labels, table is Sheet1r);

sunilkumarqv
Specialist II
Specialist II

Hope it helps you

Introduction to Section Access

Not applicable
Author

i am trying to implement this in qlik sense

also i have used the very similar kind of load script bu its not working.

LOAD

    "ACCESS",

    "USERID",

    "GROUP",

    OMIT

FROM [lib://AN (agl_pk)/Access.xlsx]

(ooxml, embedded labels, table is Sheet1r);