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: 
TGuillerm
Contributor
Contributor

Use data twice in the same output

Hi

I found myself stuck at this moment i need to get data from 2 column to 3 ! So the data are like this in the input file : Date , Button /n .

So i need the column to be like this :

Date(row1),Date(rowx),Button1

Date(row2),Date(rowy),Button2

Date(rowx),Date(rowx'),Button1

.....

I need the date when the button 1 is pressed for the begining and the end of the operation and also verify if the name of the button match each other.

I did a Python program which show what i want to do in Talend !

0693p00000BZMBgAAP.png

So there is a Table with 2 collumn one for the date and one for the button and when in run the program i get at the end 3 collumn with the Date in the order i explain earlier !

If someone had any clue it will be a big help !! 😄

Thank you !

Labels (3)
2 Replies
manodwhb
Champion II
Champion II

@Tristan Guillerm​ , Can you share sample input and output data.

 

Thanks,

Manohar

TGuillerm
Contributor
Contributor
Author

1147 is the input file type

So on 1147 file you can find 2 collumn one for the date and one for the button which has been pressed and i need to transfer them using this patern

0693p00000ATz0MAAT.pngI don't have the real output file because i need to create it out of scratch.