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

Avoiding loading data already loaded

Dear all,

I am extracting data from a View from SAP HANA that has around 10 millions rows.

My script in Qlik Sense is organized as follows:

Main

Extract

Transform

Hierarchy

Facts 

Dimensions

 

In the "Transform" part I made some changes on the data coming from the "Extract" part like changing field names or converting date string fields into date field and so on.

However, every time I need to change sth in the "Transform" part I'm loading the data again and it is a waste of time.

Do you know how make changes in the "Transform" but avoiding load the data again?

Best regards,

Edi

 

P.S: Once I extract the data I stored it into qvd tables. 

 

 

 

Labels (1)
4 Replies
Somasundaram
Creator III
Creator III

Hi Ediftayo,

Extract-- In extract part you need to do format the values

Transform-- All the transforms done here only.

Use incremental load to avoid load existing data. 

 

 


-Somasundaram

If this resolves your Query please like and accept this as an answer.
Zaga_69
Creator
Creator
Author

Can you please provide a code example to do that 🙂 ?

Thanks

Somasundaram
Creator III
Creator III

Please check  below links,

https://community.qlik.com/t5/QlikView-Documents/Incremental-load-for-beginner-with-example/ta-p/148...

https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/

 

and try to implement with your data.

 


-Somasundaram

If this resolves your Query please like and accept this as an answer.
Zaga_69
Creator
Creator
Author

Thank you 🙂

Much appreciated. 

Best regards,

 

Edi