• ≡ Menu
  • Home
  • Category
    • Animation
    • Nature
    • People
    • Technology
    • Vogue
    • Other
  • Tools
    • CSS
    • jQuery
    • Cookies
    • Wicked
Spotfire IronPython Lab
  • Home
  • Spotfire Interview Questions
  • YoutTube
  • My Spotfire Blog
  • About Me
Menu
Uncategories Accessing Bookmarks in Current Analysis

Accessing Bookmarks in Current Analysis

We use Spotfire Bookmarks in many ways. Sometimes we feel, what if we can control bookmarks available ?
For this purpose, BookmarkManager is at our service. We have a code for your reference:

from Spotfire.Dxp.Application import BookmarkComponentFlags  
from Spotfire.Dxp.Application.AnalyticItems import BookmarkManager

#bookmarkManager = Application.Document.Context.GetService(BookmarkManager)
#bookmarkManager = Application.GetService(BookmarkManager)

#for b in bookmarkManager.GetBookmarks():
for b in Application.GetService(BookmarkManager).GetBookmarks():
print b.Name, b.Author,b.Components,b.Id, b.IsPublic,b.Modified
#Remove # from below if you want to delete bookmark
#bookmarkManager.Remove(b);

Vivek Kumar
Newer Older Home

Weekly Posts

  • Extract unique values in Data Table Column
    Extract unique values in Data Table Column Extract unique values in Data Table Column Script ...
  • Hide Pages without using any Script/Code
    Hide Pages without using any Script/Code Hide Pages without using any Script/Code Steps ...
  • Spotfire Questions Set - I
    What is filtering schemes in Spotfire ? What is the difference between Filtering and Limiting Data ? What is on demand data load? What a...

Contact

Name

Email *

Message *

© maykadaa.blogspot.in . Powered by Blogger.

Blog Archive

  • ►  2020 (1)
    • ►  January (1)
  • ►  2019 (3)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)
  • ▼  2018 (10)
    • ▼  June (4)
      • Accessing Bookmarks in Current Analysis
      • Retrieve Data from a Web URL
      • Find Current Analysis Path
      • Udemy Course - A Happy Scripting Weekend
    • ►  May (1)
    • ►  April (5)
  • ►  2017 (18)
    • ►  February (18)
  • ►  2016 (5)
    • ►  December (3)
    • ►  November (2)

Search This Blog

Copyright © 2014 Spotfire IronPython Lab All Right Reserved . Blogger Templates Design by Arlina . Powered by Blogger