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: 
Not applicable

make bar charts and pie charts visible only to specific users, without using Section Access

Hi there,

I have a sheet that contains 3 charts and two users.

I want 2 of them to be visible to one user and only him and the other two to be visible to another user and only by him.

And i do not want to do it using Section Access.

Any suggestions?

Thanks in advance...!!!

2 Replies
Not applicable
Author

You can use OSUser() in the Conditional layout of the charts.  For example:

OSUser()='jsmith' or OSUser()='rallen'

Not applicable
Author

Hi there thanks for the quick response.

I actually did it in the conditional layout of the charts but using a filed that is present only at the data that one user sees.

But i will see if a bug appears in the way i did it and check yours as well.

Nevertheless thank you again for your quick response!!!