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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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