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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Partial reload script why need to "load [Reporting Code]," ?

Hi All

I have below code using for partial reload :-

TABLE_P:

left keep (GL_TABLE)

load [Reporting Code],

if([AccountCode]>=5000000 and [AccountCode]<=5999999,'P_Revenue') as [P_Revenue_]

resident GL_TABLE;

I cannot understand why need to "load [Reporting Code]," ?

Hope some one can share with me.

Paul

 

 

 

0 Replies