Discussion board where members can learn more about Qlik Sense App Development and Usage.
Hy Ajay,
Cool extension . But I`m having some issues. The Sheet Background Setting is not working with background Image. I set the image , but the background remains the same. I`m using it in QlikSense Server.
Thanks,
Razvan
i think you need to refresh your browser once..
Regards & Thanks,
Ajay Kakkar | GitHub Page|YouTube Channel|Widget Course|Extension Course|Mashup Course
Thank you , but I solved the problem. The image location was not set in the server
Ok no issues...
Regards & Thanks,
Ajay Kakkar | GitHub Page|YouTube Channel|Widget Course|Extension Course|Mashup Course
Hey Ajay.
Hope you can give me a hint. I`m using this extension in Server Mode. The only way that I can make it work , and other users can view the styled sheets , is if I go in Server QMC , to extension tab ,and edit the security rules for Content Admin , and adding each user to be as an admin on this extensions. But I don`t want that every user that is accesing the app to have privileges as admin on this extension. Do you know why this behavior appears?
Thank you,
Razvan
I'm Sorry friend, i dont have an idea about security rules in qmc i have not done it before, i have some qs admins ill raise this to them and i hope i can resolve this issue of yours.
Regards & Thanks,
Ajay Kakkar | GitHub Page|YouTube Channel|Widget Course|Extension Course|Mashup Course
Ok, I`ll be waiting for a hint when you have one.
Hey Ajay. Any news about the extension running in Qlik Sense Server?
Thank you.
Hello again.
Finally I managed to resolve the issue. I wil post the solution that worked for me , maybe it will be helpfull for others.
I created a new security rule with the following attributes :
Resource filter : App_*,App.Object_*;
Actions : Read , Update;
Conditions :
(((resource.resourcetype="App" and resource.stream.HasPrivilege("read")) or
(resource.resourcetype="App.Object" and resource.app.stream.HasPrivilege("read") and resource.objectType = "app_appscript")))
After making this settings , the extension works fine.
Thank you
Thank you for updating everyone this will be helpful for everyone.
Regards & Thanks,
Ajay Kakkar | GitHub Page|YouTube Channel|Widget Course|Extension Course|Mashup Course