Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please how do I binary load and get specific data into a qvd from a qlikview file script that has multiple load statements with no table names.
LOAD [Report type],
CompCode,
[Financial Statement Item],
[Financial statement item text],
[Financial statement item text] as [Financial statment],
Year,
Month,
Data
FROM
(qvd);
LOAD [Financial Statement Item],
[Financial statement item text],
Year,
Month
FROM
(qvd);
How do I binary load load this file to get data from only the second load statement -
I do not have the source file.
Thanks
Thank you Marco.
Thank You Vineeth