Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
Hi
Try Layout>Show>Conditional (OSUser() = 'DOMAIN\USERNAME' or 'DOMAIN\GROUPNAME' on chart properties
try this