Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to get current selections into bookmark...?
I don't understand the question. A bookmark saves your current selections, so you go to the menu option to add a bookmark.
Karl
on sheet leaving i want to get all current selections into bookmark and again on sheet activate i need to apply the same bookmark.
Since i have to diff sheets.
You can do this with triggers OnActivateSheet and OnLeaveSheet and some Bookmark and selection state actions.
Check out this thread and Miguel's sample app for more detail:
http://community.qlik.com/message/102192
Hope this helps,
Stefan
i gone through this link. how ever it is working fine in desktop environment.
When i deployed in Server, this is not working.
How to fix this is issue.
Hi,
That example depends on bookmarks. Please, check if a user is able to create and substitute a bookmark when opening via server.
Also, the actions just apply and replace bookmarks. Maybe you just need to create them (BM01 and BM02) on your server environment
Hope this helps,
Erich
In my server environment there are so many dashboards is running. So if i change any settings it will effect the others too.
So i stopped that approach and implemented the requirement thrrough the MACRO
thanks,
Suresh
Hi,
When any application is opened on server then it can not be modified. So, you can not modify or replace the document bookmarks when accessed thorough clients.
..
Ashutosh