Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following script in a QVS File
[store]:
LOAD
[Row ID],
[Order ID],
[Order Date],
[Ship Date],
[Ship Mode],
[Customer ID],
[Customer Name],
Segment,
Country,
City,
State,
[Postal Code],
Region,
[Product ID],
Category,
[Sub-Category],
[Product Name],
Sales,
Quantity,
Discount,
Profit
FROM [C:/Users/HP/Desktop/Sample - Superstore.xls]
(biff, embedded labels, table is Orders$);
I am trying to load this script using following command
$(Must_Include=[lib://store/finalsql.qvs]);
But i am getting following error