Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Object security

A sheet has 2 charts:

     1) Bar chart

     2) Pie chart

It is possible one user can view only Bar Chart and other user can view only Pie Chart where both chart in same sheet.

Through section access it is possible?

3 Replies
Anonymous
Not applicable
Author

Hi,

this is a good question.

Maybe you can use the conditional show of the charts:

And test the actual user (you can retieve the user name with function below:

OSuser( )

Returns a string containing the name of the current user as returned by the operating system.

QVuser( )

Returns a string containing the name of the current QlikView user as entered in a section access.

Regards.

mkas0001
Contributor III
Contributor III

Hi

Try Layout>Show>Conditional (OSUser() = 'DOMAIN\USERNAME' or 'DOMAIN\GROUPNAME' on chart properties

maxgro
MVP
MVP