Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gwendolineMeta
Contributor II
Contributor II

Get lineage of qvd file for API REST or .NET

Hi,

I would like get the lineage of my qvd file with the API REST or .NET (I use both). Is it possible?

The most  important information for me is the database source

gwendolineMeta_0-1722417149621.png

 

thank

Best regard,

Gwendoline

Labels (1)
  • API

1 Solution

Accepted Solutions
gwendolineMeta
Contributor II
Contributor II
Author

I found a solution with .net API

I used the function GetIncludeFileContent with the path of the qvd file, I get the script ID with the parameter "CreatorDoc"

I open a new app with the script ID and call app.GetScript() and to finish analyze the script.

 

 

View solution in original post

1 Reply
gwendolineMeta
Contributor II
Contributor II
Author

I found a solution with .net API

I used the function GetIncludeFileContent with the path of the qvd file, I get the script ID with the parameter "CreatorDoc"

I open a new app with the script ID and call app.GetScript() and to finish analyze the script.