Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can i reload data only select product

Hi,

Every month I received CSV file ( Large data or crore togther number of line items), when i was reload the data it will take time more than a day ( Very Slow). but i need to reload the data particular product.

If any option is there please suggest me,

4 Replies
petter
Partner - Champion III
Partner - Champion III

Even if it is a few tens of millions of rows you must have many columns in the CSV-file if it takes more than a day to load.

If you can't do anything to optimize you Qlik load script you might have to use any of these:

Anonymous
Not applicable
Author

i have an issue like that
Frank_Hartmann
Master II
Master II

Maybe use "Partial Reload".
This command executes only Load and Select (SQL) statements preceded by a Replace or Add prefix. Other data tables remain unaffected by the command.

hope this helps

nikhil_deokar
Partner - Contributor
Partner - Contributor

Hi,

To reload data for specific products use where condition on table while loading data.

for example:

 

Load 

.....,

....,

From table

Where Match(Product,'abc','xyz','klm');