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: 
Anonymous
Not applicable

Pivoting and save data into another table

In my job I need to save the result of my pivoting into another table:

 

0683p000009M06H.png

 

The problem is that I don't know how to save the result in my WK1_SF_SRV_TASK table. The output in the .csv file is correct, but how can I instead use the result to fill the table? I don't know how to connect them to do this.

This table has exactly the columns that I have as a result in the excel file. 

 

Labels (3)
2 Replies
Anonymous
Not applicable
Author

If you are using pivot component , then you cannot get the output directly in a table. you have to put another subjob to push that output file data to a table.

 

Thanks ,

Praveen M.

Anonymous
Not applicable
Author

So each time I have to write and then read the data from the output file to fill my table?
I have to work with a lot of data, so I think I can't go this way... is there an alternative to the pivot component for pivoting the rows without passing through an output file?