Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Duplicate sheet in hub

I'm familiar with Qlik Sense and now we are publishing apps with QMC and the hub. I've published a app to a specific stream and user's only have read rights to the stream and the app. In the hub when they push the button 'edit' they can't change the sheet but they can duplicate to their own worksheets. Can you disable that? and how? I know own worksheets can't be seen by others but I want to prevent that inexperienced users are going to duplicate numerous sheets.

Thanks in advance and kind regards,

Martin

1 Solution

Accepted Solutions
thomaslg_wq
Creator III
Creator III

You need to change the definition of the rule "CreateAppObjectsPublishedApp".

You can for example add this sentence at the end :

and ((user.@UserType!="Consumer"))

Where UserType is a CustomProperty you applied to the inexperienced users : then only users without this property will be able to duplicate / create other sheets on published apps.

View solution in original post

2 Replies
thomaslg_wq
Creator III
Creator III

You need to change the definition of the rule "CreateAppObjectsPublishedApp".

You can for example add this sentence at the end :

and ((user.@UserType!="Consumer"))

Where UserType is a CustomProperty you applied to the inexperienced users : then only users without this property will be able to duplicate / create other sheets on published apps.

Not applicable
Author

That's the one!

Thank you!