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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to give access to a particular tab to some people in qlikview model

Hi All,

How can I give access to a particular tab in qlikview model to only specify users.

I want to give access to user abc to the dashboard. no one else can access this dashboard.

Capture22.PNG

sample attached.

8 Replies
vikasmahajan

you can implement section access tab wise.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

In case you already have the access rights implemented use Sheet properties:

Screenshot_1.jpg

Match function can also be used.

Anonymous
Not applicable

Define your section access in the following way .

Section Access;

LOAD * inline[

ACCESS,USERID,PASSWORD,DASHBOARD

ADMIN,ADMIN,ADMIN

USER,ABC,ABC123,1

];

Section Application;

After this right click on the tab and select sheet properties .

In Sheet Properties > Show Sheet >Conditional give condition as "DASHBOARD=1" .

Just Save & reload  . Close and open with Credentials which was defined in Section Access

suvechha_b
Creator III
Creator III
Author

Hi ,

But I can't have user password.

kamal_sanguri
Specialist
Specialist

You can use OSUSER() function.. under the conditional just mentioned the system login id of the person..

for ex:  OSUSER()='domain\kamal' or OSUSER()='domain\Tom'

this is how this object will be visible to Kamal and Tom only.

Thanks,

Kamal

kamal_sanguri
Specialist
Specialist

Pls look at the attachment, there is one chart object however it would not be visible to you.. I have conditionally made it visible to myself only..

-Kamal

Anonymous
Not applicable

Then just remove the PASSWORD Field from Section Access .It'll Work

sujeetsingh
Master III
Master III

I think at level of implementation section access is the best way.