Carlos Lozano Posted May 24, 2021 Share Posted May 24, 2021 Hi, I am using Spotfire 10.10 and was trying to search for all the elements required by a dxp. Using something along the lines of: lm = Application.GetService[LibraryManager]() depends = lm.Search('required_by(item_id::xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx)', LibraryItemRetrievalOption.IncludeProperties, LibraryItemRetrievalOption.IncludePath)when processing those results I only get elements like information links or colorschemes - I am unable to retrieve column elements, filters or joins. I dont get any results either when I directly search for column elements: columns = lm.Search('type:column', LibraryItemRetrievalOption.IncludePath) #dxps = lm.Search('type:dxp', LibraryItemRetrievalOption.IncludePath) #searching for dxps does work as expected.I thought I could use the same expressions we can enter in the search field from the'Library Administration', but apparently there are certain elements that cannot be returned when using the API. Is that true Do I need specific permissions to search for those elements Thanks Link to comment Share on other sites More sharing options...
Jagath Sai Narayana Kakaraparthy Posted June 1, 2021 Share Posted June 1, 2021 Hi clruiz, It may not be possible to fetch all columns, filters or etc. that are included in the information link using IronPython API. Please refer to the Note from the documentation link: https://docs.tibco.com/emp/sfire-analyst/11.3.0/doc/html/en-US/TIB_sfire... 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