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: 
tomcatxx
Creator
Creator

How to repeat first value into next rows?

Hi there. A simple question.

C1
26082018

How Can I repeat that value into next row?  Use peek() pls.

Thank you.

2 Replies
Quy_Nguyen
Specialist
Specialist

Hope this help

A:

LOAD * INLINE

[

C1

26082018,

27082018

28082018

];


B:

Load C1, Peek(C1) as LastValue

Resident A;

Drop Table A;

sunny_talwar

There is only one row in the sample data you provided... what exactly the output needs to look like for the above example?