Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
thank
Best regard,
Gwendoline
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.
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.