Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Can you please provide a code example to do that 🙂 ?
Thanks
Please check below links,
https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/
and try to implement with your data.
Thank you 🙂
Much appreciated.
Best regards,
Edi