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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pradeep92
Partner - Creator II
Partner - Creator II

Resident Load usage

Hi,

I am having a data like ,

Product:

LOAD ProductID,

     [Product name],

     Sales,

     [Modified date],

     [Product country],

     Export,

     Sales*ProductID as Ex  // made own transformation

FROM

Incremental.qvd;

I know resident load can load data from previous existing data,make transformations and calculations etc.. but when is the situation to use it bcz i know i can directly make calculations in the loaded data itself ?

0 Replies