Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sophia1
Contributor
Contributor

Split dataflow into multiple ones according to a column

Hello everyone, 

 

Here is my problem, I hope you can point me in the right direction. 

 

I have a dataflow similar to the following one, that comes from a tDBinput : 

code  data

AA      john

AB      jack

BB      jane

AA      jerry

AB      albert 

 

I am trying to split my data into different data flows according to the column code

So the wanted output would be 3 dataflows  : 

 

dataflow1 : 

AB      jack
AB      albert 

dataflow2

BB      jane

dataflow3

AA      jerry
AA      john

 

The list of distinct codes can vary so I don't know it in advance. (Unless I do a select distinct in the job) 

 

Do you know if this is possible ? 

 

 

 

Labels (3)
0 Replies