Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kdr_Qv
Contributor III
Contributor III

Removing "Everyone" stream Access to a specific user

Hi Guys..

 user  able to access the Stream A, Stream B,  and Everyone Stream.

User don't like like to see the Everyone Stream..

Could you please help me out  .. how to remove access to the everyone Stream  only for particular user ?

(it should  be access to all other users.. only User1 don't want to see this.)

 

Thanks...

Labels (1)
2 Solutions

Accepted Solutions
jwjackso
Specialist III
Specialist III

Make a copy of the StreamEveryone rule.

Modify the script for the copy of the StreamEveryone rule:!user.IsAnonymous() and user.name != 'User1'

Disable the StreamEveryone rule.

TEST!!!!

View solution in original post

kdr_Qv
Contributor III
Contributor III
Author

Thank you..   

now It's showing in red colour (Rule evaluation broken) for particular user like below... 

i.e.  he can't see this stream at all now..  can you confirm once.

damodhar_Qv_0-1590685201418.png

 

View solution in original post

6 Replies
jwjackso
Specialist III
Specialist III

Make a copy of the StreamEveryone rule.

Modify the script for the copy of the StreamEveryone rule:!user.IsAnonymous() and user.name != 'User1'

Disable the StreamEveryone rule.

TEST!!!!

kdr_Qv
Contributor III
Contributor III
Author

Thank you..   

now It's showing in red colour (Rule evaluation broken) for particular user like below... 

i.e.  he can't see this stream at all now..  can you confirm once.

damodhar_Qv_0-1590685201418.png

 

jwjackso
Specialist III
Specialist III

Can you show a screenshot of your security rule?

kdr_Qv
Contributor III
Contributor III
Author

its working on after i placed username in Double Quotes.. 

Thank you..

mauvasco62
Contributor III
Contributor III

hi jwjackso,

how can make a copy of the StreamEveryone rule ?

Let me know

Thanks

Mauro

jwjackso
Specialist III
Specialist III

Create a new Security Rule and manually copy the Resource filter, Actions, Advanced Conditions, and Context from the original Security Rule.