After upgrading to Qlik Sense Enterprise on Windows May 2024 SR1, the Data Lineage information of <CreatorDoc></CreatorDoc> is empty for all QVDs created using the Store script function.
Example:
STORE * FROM Transactions INTO C:\QlikDocuments\Dev\Transactions.qvd ;
Resolution
Workaround:
Specify the format (qvd) in the STORE command.
Example:
STORE * FROM Transactions INTO C:\QlikDocuments\Dev\Transactions.qvd (qvd);
Qlik aims to release a fix in the next possible service release.
Information provided on this defect is given as is at the time of documenting. For up-to-date information, please review the most recent Release Notes or contact support with the ID SUPPORT-4149 for reference.