Qlik Sense Qlik FileValueList in For Each Loop (QVD meta data as Use Case)

Опубликовано: 27 Октябрь 2024
на канале: Qlik-it Analytics
714
3

In Qlik Sense, the FileValueList function is used to retrieve a list of value from a specified field. This function allows to loop to dynamically based on distinct values in field.
In this example, I have used it top fetch meta data of qvd that are needed, not the all.
Qlik Data (QVD) files has an XML header that provides metadata delineating the binary information. This XML header can be extracted into either QlikView or Qlik Sense through the process of loading the QVD file as a source formatted in XML.
#qvd #xml #header