Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Section in Qliksense

HI all,

Section access in Qliksense is not working in Qliksense 3.0 Desktop.

I need object level Security ?

How to overcome this?  Can any one give sample script for that?

am getting below error.

sec.PNG

1 Solution

Accepted Solutions
Gysbert_Wassenaar

You can overcome this by using Qlik Sense Enterprise. As the message says Qlik Sense Desktop does not support section access.

Object level security does not exist in Qlik Sense Desktop.


talk is cheap, supply exceeds demand

View solution in original post

12 Replies
Gysbert_Wassenaar

You can overcome this by using Qlik Sense Enterprise. As the message says Qlik Sense Desktop does not support section access.

Object level security does not exist in Qlik Sense Desktop.


talk is cheap, supply exceeds demand
Chanty4u
MVP
MVP
Author

Thanks Gysbert .SO  it is not possible  right? 

we need to work on QS Enterprise to apply section access right?

millan123
Creator II
Creator II

Hi,

Yes your right

Chanty4u
MVP
MVP
Author

Hi gwassenaar,

I created sample section access in Qliksense HUB  

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, OMIT,

    ADMIN, ADMIN, ADMIN

    USER, USER1, USER1, SALES

    USER, USER2, USER2, WAREHOUSE,

    USER, USER3, USER3, EMPLOYEES

];

Section Application;

LOAD * INLINE [

    SALES, WAREHOUSE, EMPLOYEES

    1, 2, 3

    4,5,6

];

after loading the abve script. when i am trying to open this  it is showing as Access Denied

so its not possible in HUB also ?   if No what is the next step?

...

Gysbert_Wassenaar

If you're seeing Access Denied then the section access works. It denies access to those that haven't been granted it. It just means you're not using the correct logon credentials.


talk is cheap, supply exceeds demand
Chanty4u
MVP
MVP
Author

but. it is not asking to  enter the credentials?

and when i  import the qvf into Qmc   it givng error as Import failed.

why it is givng the error?

same version Desktop and Server.

Gysbert_Wassenaar

Then you're already logged on and the user name you used to log on does not exist in the section access table. If you get an import error then something went wrong and you need to check out what exactly went wrong.


talk is cheap, supply exceeds demand
Chanty4u
MVP
MVP
Author

But log file says no error.

and i tried restrted all services and restarted system aswell

still failed to imort the app to server.

Gysbert_Wassenaar

Check the log files. See this discussion for more information: Failed to import app


talk is cheap, supply exceeds demand