Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Langrim
Partner - Contributor
Partner - Contributor

Two true result

I have two columns: code and implementation channel. I need to assign one value, for example 1010, two channels (Inline and Airport). Thanks in advance for your help.

clipboard_image_0.png

1 Reply
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Concatenate a new line will do.
Table:
load * inline [
Value,Channels
1010, Airport
];
concatenate
load * Inline [
Value,Channels
1010, Inline
];