Prateek Rawat Posted February 25, 2019 Share Posted February 25, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now