Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Listing of Data Connections and applications that use them.

We are trying to determine which applications use a data connections.  The goal is to create a report either in Qlik Sense or outside of Qlik Sense that shows applications and their data connections. 

1 Reply
Vincenzo_Esposito

You need to call a couple of Qlik Sense API, then import the result in Qlik Sense to performe all the Analysis you need.


You need to get the list of all the apps

http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositorySer...


And for each of it get the available data connections


http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/CreatingAppLoadingData/C...