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

sharing of bookmarks on qliksense

Hi ,

I have a requirement  where we

"Need to build process for sharing bookmarks with other users with extension objects."


Can someone help in creating an extension object .



Thanks


3 Replies
Alexander_Thor
Employee
Employee

Well, what do you need help with?

This is a good starting point if you never have built extensions before https://help.qlik.com/sense/2.0/en-us/developer/Subsystems/Extensions/Content/extensions-introductio...

However you will probably be hard pressed to build all of this as an extension.

There is currently no way of hooking into our routing to add your own routes, I guess you could to query parameters and pass in a bookmark id and try to parse that.

However I would probably instead build a "bounce" page that would get the app, the bookmark id and then behind the scenes open that app and apply the bookmark and then forward the user on to the app to the correct sheet. That would select the appropriate values in the users session so the selections will already be applied when they reach the app.

That seems like a lot of work though. We have sharing of bookmarks on the roadmap so if they are willing to wait we will ship that feature, eventually

shree909
Partner - Specialist II
Partner - Specialist II
Author

Thanks for the reply alex,

Can you guide me how to create the bookmarks as extension or modify  the bookmarks.

Which editor i have to select to create the bookmark in the localhost:4848/dev-hub.

Please guide me so that i can try..

Alexander_Thor
Employee
Employee

I would suggest you start by reading the relevant section in the documentation

https://help.qlik.com/sense/2.1/en-us/developer/#../Subsystems/Extensions/Content/extensions-introdu...

Stefan Walthers extension tutorial is also a great starting point

https://github.com/stefanwalther/qliksense-extension-tutorial

If you don't have any previous experience with HTML, CSS and Javascript there are tons of great online learning centers to start with such as

Learn to Code by Doing - Code School

https://www.khanacademy.org/

Udemy: Online Courses Anytime, Anywhere