Jump to content

Capturing marked rows and filtersettings in a bookmark


Prateek Rawat

Recommended Posts

Hi All,

I am using below script to capture the marked records in the bookmarks.

from Spotfire.Dxp.Application.AnalyticItems import BookmarkManager

from Spotfire.Dxp.Application import BookmarkComponentFlags

#Get the Bookmark Manager as a service

bookmarkManager = Application.GetService(BookmarkManager)

#Create a new Bookmark:

bookmarkManager.AddNew("Bookmark", BookmarkComponentFlags.MarkedRecords)

Is it possible to capture FilterSettings along with the marked records

Regards,

Prateek

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...