Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
AQGQ
Contributor II
Contributor II

Work Folder

Hi

 

Can someone perhaps help me with a rule to see users associated to a custom propertys' work folder in the hub.

 

is this even possible?

1 Solution

Accepted Solutions
rubenmarin

Hi, I don't know a way to make custom view, just global rule for streams, maybe it works for you, it would be a global rule on what users sees in their work area

About giving the rule you can add a custom property for users and create a rule like.

User.@CustomPropertyName = resource.Owner.@CustomPropertyName

or:

 User.@CustPropertyName='ValueForCustomProperty' and resource.Owner.@CustomPropertyName='ValueForCustomProperty'

I haven't tested, probably I missed something and it needs some debug.

Also I think that newer versions won't allow to see apps in other users work area and you need to cahnge a configuration file, but I couldn't find the article that explains how to change this

View solution in original post

4 Replies
rubenmarin

Hi, I don't understand. What is a custom property work folder? can you elaborate?

AQGQ
Contributor II
Contributor II
Author

Hi, sorry perhaps I should posed my question with more detail.

 

I created a Custom Property and assigned this to specific users in the hopes I could create a security rule where instead of seeing all qlik users work folder/stream. I want a "custom" view where everyone associated with this Custom Property can view each others work folder.

 

Let me know if I am not making any sense 

rubenmarin

Hi, I don't know a way to make custom view, just global rule for streams, maybe it works for you, it would be a global rule on what users sees in their work area

About giving the rule you can add a custom property for users and create a rule like.

User.@CustomPropertyName = resource.Owner.@CustomPropertyName

or:

 User.@CustPropertyName='ValueForCustomProperty' and resource.Owner.@CustomPropertyName='ValueForCustomProperty'

I haven't tested, probably I missed something and it needs some debug.

Also I think that newer versions won't allow to see apps in other users work area and you need to cahnge a configuration file, but I couldn't find the article that explains how to change this

AQGQ
Contributor II
Contributor II
Author

Thanks I will give it a go and see what I can come up with will share if I think its worthwhile sharing and can be of use to anyone else.