Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
im using qlik cloud
i wanna do a show conditional to show one sheet to a specific user and the data and charts will only show to this user only
any help on how to do it ?
You could use osuser() as a part of the sheet show condition property.
IF (osuser()='YourUserIdentifier', 1 , 0)
See also Styling sheets to find info on "Setting a show condition for a sheet".
thanks for the reply.
i have an excel with users in it userid username email ...
can i use this to show? in the show condition tab?