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: 
paulyeo11
Master
Master

How to create partial laod a field for Year_n_ ?

Hi All

I want the Year_n now working fine , but not in partial load script .

year(today()) - year(@50:60T) + 1                                         as Year_n,

So i create a partial load script below :-

left join    (sales)

   

Load desc,

year(today()) - year(date) + 1  as Year_n_

Resident sales group by desc;

I get error massage.

Hope some one can tell me where i go wrong ?

Paul

0 Replies