Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create app as a developer -> not in Team Admin view

I configured GSS for our server and made some customizations. I am now facing the following issue:

When a developer within group 'Finance' creates a new app, no custom property QlikGroup with value 'Finance' is assigned to the app and he cannot do it himself (no access to QMC).

A Finance Team Admin does not see this app in his overview, because it is not published to a Finance stream and it does not have the custom property .

As a consequence, only the RootAdmin can make the app available to the 'Finance' group. Not exactly self service?

1 Reply
Not applicable
Author

I modified default rule _gss b -TeamAdmin rights to the following:

((user.group=user.@TeamAdmin

and (user.group=resource.@QlikGroup or user.group = resource.group or user.@TeamAdmin= resource.owner.group )

))

Now a Team Admin has access to personal apps of team members.