Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Re. Qlikview application security and access management

How do i publish my qlikview document to user who are sitting in organization and sales guys who working on field ?

what kind of security do i need ?

what will be the best possible security architecture should be followed ?

what is custom User and AD Users ? how they can access my application ?

If my organisation have portal , would i able to use that portal to give access my qlikview application ?

Thanks in advance !

-

Nitesh Chavan

4 Replies
Not applicable
Author

Hi Nitesh,

One option is Section Access. First to all is necessary to active it. Settings-Document Properties-Opening

Section Access.png

After that you could limit access application, content for each user.

SECTION Access;
ACCESS:
LOAD * INLINE [
UserLevel, UserID
admin, user1
user, user2
]
;
SECTION Application;

STAR IS *;
LOAD * INLINE [
UserID, Customers
User1, all customer
User2, customer1
]
;

STAR IS;


I hope this help you

somenathroy
Creator III
Creator III

jonathandienst
Partner - Champion III
Partner - Champion III

Section access for simple access control does not require the settings you mention.The section access table is sufficient. 

Those settings are necessary when you are applying data reduction on opening (row level security) to limit a user to a specific subset of the data.

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

correct jonathan