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

partial reload

it took me 4 hours to make the qvds from some big table. and then i realize i had a typo in one of every last table T_T. I don't want to go through the entire porcess again. how can i use partial reload to only load the last 2 tables? i made a test file. if i changed value on the retailer tab, how do i partial load this doc to only reflect the changes and not load order and bg tabs?

thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar

I don't think that's possible here since you're using joins. That means there's only one table at the end. Partially reloading that single table would require loading data from all three sources.

See here and here for two partial reload examples.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

I don't think that's possible here since you're using joins. That means there's only one table at the end. Partially reloading that single table would require loading data from all three sources.

See here and here for two partial reload examples.


talk is cheap, supply exceeds demand
yelin_nyu
Creator
Creator
Author

Thank you! I was wondering why i kept getting the error msg. that makes sense. So in this case, do you recommend any methods other than partial reload to fix the issue w/o spending hours on reload?