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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
];