Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
SSingh1687332860
Contributor
Contributor

tJavaFlex move to previous rows

Hello, i need to move back and forward in a table. I got the table from tDBInput.

How can i move to the previous rows multiple times? Is it possible?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

have you considered tMemorizeRows component?

https://help.talend.com/r/en-US/8.0/tmemorizerows/tmemorizerows-tjava-tjavaflex-tsortrow-retrieving-different-ages-and-lowest-age-data-standard-component-this

View solution in original post

2 Replies
Anonymous
Not applicable

have you considered tMemorizeRows component?

https://help.talend.com/r/en-US/8.0/tmemorizerows/tmemorizerows-tjava-tjavaflex-tsortrow-retrieving-different-ages-and-lowest-age-data-standard-component-this

SSingh1687332860
Contributor
Contributor
Author

Thanks, it works. Now i need to update previous row. I am using tMemorizeRows for saving the previous row and tJavaFlex for comparing the previous row with the current row but i was not able to update the previous row with new values. How can i do it?