Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Noor51
Creator
Creator

Help with the Partial Reload

How would I do a Partial Reload with this script?

For this data there is a new lines that get add to the excel file everyday. The pervious line don't get updated as well.

BO:
LOAD
Product,
"BO Date",
"Open Sales",
"Open Deliveries",
"Unrestricted Stock",
"BO Qty",
"BO ASP",
"BO $"
FROM [lib://Server Qlik Upload Files (Back Order.xlsx]
(ooxml, embedded labels, table is [Back Order Summary]);

Labels (1)
2 Replies
Anil_Babu_Samineni

@Noor51 Did you tried with Incremental load? Loading new and updated records with incremental load | Qlik Sense on Windows Help or Using QVD files for incremental load | QlikView Help

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Noor51
Creator
Creator
Author

I can use incremental load, but I want to practice doing particle load since I can't do that successfully yet.