Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
TKendrick20
Partner - Specialist
Partner - Specialist

Allow Users to Create Stories, But Not Edit Charts

Is there a security setting that will allow users to create new stories and add visualizations to them, but not edit the sheet? I can't find any documentation on this.

Really I just need to know how to set up the security rule so a user can take snapshots of images, add them to the snapshot library, and then edit the story. I've tried a million different things and none of them seem to get it 100% working.

Thanks

1 Solution

Accepted Solutions
TKendrick20
Partner - Specialist
Partner - Specialist
Author

Turns out it was a bug the whole time!

Qlik Communnity Post: Re: Allowing end users to create bookmarks on sheets

Qlik Support bug fix: Qlik Support

What I ended up doing was disabling the "CreateObjectPublishedApp" rule and creating a new one that looks like this:

Qlik Sense QMC Snip.PNG

And the conditions:

((resource.objectType="bookmark" or resource.objectType="snapshot" or resource.objectType="story" or resource.objectType="embeddedsnapshot" or resource.objectType="hiddenbookmark") and (user.name="user_name")) and resource.App.HasPrivilege("read")

Then I applied the bug fix, restarted the services, and everything works as expected.

View solution in original post

5 Replies
Vincenzo_Esposito

Tim, on a Server environment no one can modify a published app, even the owner. Do you probably mean to add personal sheets on a published app? If you just want to avoid users to create sheets on published app, you need to modify the security rule  "CreateObjectPublishedApp".  By default anyone (except anonymous can do it), you should add in "AND" any condition you like.

korsikov
Partner - Specialist III
Partner - Specialist III

TKendrick20
Partner - Specialist
Partner - Specialist
Author

I've tried that, but I still can't get it to work.

TKendrick20
Partner - Specialist
Partner - Specialist
Author

Admins can most definitely edit published apps. I want some users to be able to create only stories and bookmarks. Not sheets. That security rule is enabled, but it is still not working.

TKendrick20
Partner - Specialist
Partner - Specialist
Author

Turns out it was a bug the whole time!

Qlik Communnity Post: Re: Allowing end users to create bookmarks on sheets

Qlik Support bug fix: Qlik Support

What I ended up doing was disabling the "CreateObjectPublishedApp" rule and creating a new one that looks like this:

Qlik Sense QMC Snip.PNG

And the conditions:

((resource.objectType="bookmark" or resource.objectType="snapshot" or resource.objectType="story" or resource.objectType="embeddedsnapshot" or resource.objectType="hiddenbookmark") and (user.name="user_name")) and resource.App.HasPrivilege("read")

Then I applied the bug fix, restarted the services, and everything works as expected.