This article provide the sample script (from R&D) to trace the lineage of the data right through the data manipulation layers within Qlik Sense.
Resolution
If there is a set up of deployment in the Qlik server to adapt the provided script snippet (For example the qvd's needs to be available for the the app loading the meta data.) It is ok to load the data into Qlik Sense App.
Sxample script below:
for each vFile in FileList('lib://MyFolderConenction/*.qvd')
let vFileName = mid(vFile, index(vFile, '\', -1) + 1, 99);
QvdFields:
LOAD
1 as FieldCount,
'$(vFileName)' as [File Name],
FieldName as [Field Name],
BitOffset as [Bit Offset],
BitWidth as [Bit Width],
Bias as [Bias],
NoOfSymbols as [No Of Symbols],
[NumberFormat/Type] as Type,
[NumberFormat/nDec] as Dec,
[NumberFormat/UseThou] as UseThou
FROM [$(vFile)] (XmlSimple, Table is [QvdTableHeader/Fields/QvdFieldHeader]);
next
Get Answers
Find Answers
Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Experiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.