How to identify the list of Spotfire analysis files using a particular Information Link or data connection as Data Source
The library administrators may have a task to identify the usage of a particular Information Link or data connections in the library or list the analysis files which are using a particular data connection/Information link from the library. Use the below search expression in the Library Administration search bar as per the requirement:
To find the list of analysis files using any Information Links:
type:dxp depends_on(type:query)
To find the list of analysis files using Information Links where you know the Data Source name:
type:dxp depends_on(type:query depends_on(type:datasource title:DataSourceName))
To find the list of analysis files using Information Links where you know Information Link name:
type: dxp depends_on(type::query InformationLinkName)
To find the list of all analysis files that uses any Data connection:
type:dxp depends_on(type:dataconnection)
To find the list of all analysis files that uses any Data connection where the connection name is known:
type:dxp depends_on(type:dataconnection title:SQL)
Documentation Reference: Searching the Library:
Comments
0 comments
Article is closed for comments.