Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Section Access

Hi All,

I am trying to implimenting section Access

im Login with ADMIN access i can see every thing

If i login with USER access i can see only UK data and so on

but this code not working for me

   Section Access;  

    LOAD * INLINE [

        ACCESS, USERID, PASSWORD, Country

        ADMIN , ADMIN, ADMIN,*

        USER, UK, UK, UK

        USER, North America, North America, North America

        USER, Germany, Germany, Germany

        USER,Nordics,Nordics

      

    ];

    Section Application;

    Star is *;

    LOAD * INLINE [

    Country,Team Name1

    UK,UK - South

    North America ,NA-North

    Germany,Germany - West

    Nordics,Nordics - North

    ];

  

Thanks In Advance

Niranjan

14 Replies
fernando_tonial
Partner - Specialist
Partner - Specialist

Hi Niru,

Again my example attach.

User ADMIN, i can add sheet objects.

19-02-2014 15-21-14.png

User UK, i can´t add sheet objects. and not edit script, not reload...

19-02-2014 15-22-05.png

You need change the document properties and sheet properties, in both sheet Security.

Best Regards.

Tonial.

Don't Worry, be Qlik.
Not applicable

Hi Niru,

Try to change the * character to - character for the ADMIN user.

Best Regards.

Not applicable

And another thing... I have a project implementation with section access, in this I used the - character and in Document Options -> Opening I have unckecked "Strict Exclusion". You can try with this alternative.

Anonymous
Not applicable

Hi Niru,

Remove   Star is * and try once

NavinReddy
Creator II
Creator II
Author

Thanks you so much Tonial

Best Regards,

Niranjan