Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
koushik_btech20
Creator
Creator

Multiple Dashboard Access

How to manage access for multiple dashboard of a single application. Suppose in the application there are two dashboards which are Order dashboard and shipping dashboard. Now order dashboard will be displayable for person A(access point) and shipping dashboard will be displayable for person B.

Labels (1)
5 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

Sounds like they should be two separate applications - why are they in the same document?

tresB
Champion III
Champion III

I guess you refer a sheet as dashboard, if so try conditional view of sheet. Sheet->Properties->Genaral tab-> Show Sheet-> Conditional :=OsUser()='A'

koushik_btech20
Creator
Creator
Author

There will be two sheet for two dashboard. Order dashboard will be displayable for person XYZ in access point and

shipping dashboard will be displayable for person ABC in access point.

tresB
Champion III
Champion III

Use the way explained above. You might have to different function qvuser() based on your authetication method in the server. For OSUser(), you might have to include the domain name, like:

=OSUser()='DomainName/Username'

Not applicable

Hi Kaoushik,

This can be achieved using sheet level section access. The below thread is having step by step process for implementation of sheet level section access.

Section Access - Hide Sheet Level