Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jqlik
Contributor
Contributor

Last Value of a range date

Hi everyone,

I have this example:

 JunJulAugSepOctNovDec
% e-Sales20%10%10%40%60%nullnull
% e-Orders3%5%6%2%null7%null
% Other e's40%35%15%nullnullnullnull

 

I want to take the last available value and change it to null values.

I want this final result, :

 JunJulAugSepOctNovDec
% e-Sales20%10%10%40%60%60%60%
% e-Orders3%5%6%2%2%7%7%
% Other e's40%35%15%15%15%15%15%

 

How could i create this?

Thanks, 

Labels (2)
1 Reply