How to identify the list of Spotfire analysis files using a particular Information Link or data connection as Data Source

How to identify the list of Spotfire analysis files using a particular Information Link or data connection as Data Source

book

Article ID: KB0070381

calendar_today

Updated On:

Products Versions
Spotfire Analyst 7.5 and higher

Description

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.

Issue/Introduction

How to identify the list of Spotfire analysis files using a particular Information Link or data connection as Data Source

Resolution

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)

Additional Information

Doc: Searching the Library, Spotfire Analyst User Guide