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

Split the Data

How to split the data of source table column-wise with respect to primary key

Labels (1)
  • v7.x

3 Replies
TRF
Champion II
Champion II

Can you give an example?
Maybe tSplitRow could be the answer.
Anonymous
Not applicable
Author

How to split the data of source table column-wise with respect to primary key. See the source and target tables below.
source table: ID is the key column, Name and Phone No are non-key columns

ID Name Phone No
10 AAA 123
20 BBB 234
30 CCC 434
40 DDD 343
50 EEE 442

Target Table 1

ID Name
10 AAA
20 BBB
30 CCC
40 DDD
50 EEE

 

This is the exact question?

TRF
Champion II
Champion II

Use tFilterColumn or tMap to remove unwanted column(s)