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

Option to group Bookmarks

Hello,

We do have about 20 bookmarks based on different Customer, Product selections. Is there a way to Group these bookmarks in sets of 10 in each group so that way User has option of choosing from 2 groups rather scrolling in to all the bookmarks

Thanks

Kalyan

1 Solution

Accepted Solutions
Gysbert_Wassenaar

No, but you could create an inline table with a field with the bookmark names and id's and their group name. You could add listbox listbox with as expression GroupName & '/'  & BookmarkName and enable the Show as Treeview option for the listbox. You can then use OnSelect trigger for the bookmark name field to apply the selected bookmark. The bookmark id to activate would be =[BookmarkID] if the field with the bookmark id's has the name BookmarkID. See attached example. Instead of the treeview listbox you could also create separate listboxes for each group.


talk is cheap, supply exceeds demand

View solution in original post

5 Replies
Gysbert_Wassenaar

No, but you could create an inline table with a field with the bookmark names and id's and their group name. You could add listbox listbox with as expression GroupName & '/'  & BookmarkName and enable the Show as Treeview option for the listbox. You can then use OnSelect trigger for the bookmark name field to apply the selected bookmark. The bookmark id to activate would be =[BookmarkID] if the field with the bookmark id's has the name BookmarkID. See attached example. Instead of the treeview listbox you could also create separate listboxes for each group.


talk is cheap, supply exceeds demand
nadkalyan
Partner - Creator
Partner - Creator
Author

Thankyou Gysbert,

This is exactly what I am looking for. One last thing, so this bookmark list would be maintained and managed by QV developer rather Qlikview User, Correct? What happens if User creates another new bookmark , should we include that to the inline script?

Again, appreciate for quick working answer,

Kalyan

Gysbert_Wassenaar

Yes, if you want the bookmark to be in the listbox then it needs to be in the inline table. Of course you could also use an external excel file to maintain the bookmark list. A user can still add bookmarks (if that feature is enabled) and find them in the bookmarks menu, but they won't be included in the listbox automatically.


talk is cheap, supply exceeds demand
nadkalyan
Partner - Creator
Partner - Creator
Author

Noted Gysbert, Thanks


Kalyan

user-azadi
Contributor III
Contributor III

hi Gysbert

you say :

"You can then use OnSelect trigger for the bookmark name field to apply the selected bookmark. The bookmark id to activate would be =[BookmarkID] if the field with the bookmark id's has the name BookmarkID. See attached example. Instead of the treeview listbox you could also create separate listboxes for each group."

i download your qvw and try to learn it.and built a qvw with same that but don't work correctly.when i click to ont bookmark in listbox , don't active that.

please guide what is problem?

if possible send simple sample qvw again, thanks a lot...