Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Hi, I don't understand. What is a custom property work folder? can you elaborate?
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
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
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.