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: 
Raja_9513
Contributor
Contributor

How to create column

Hi,

In below attached screenshot outcome is possible in data load level in qlik ?

Raja_9513_0-1637256697047.png

 

1 Solution

Accepted Solutions
stevejoyce
Specialist II
Specialist II

output:

load

Id & '|' & concat(Desc,'|') as output_field

resident Input

group by Id

;

View solution in original post

1 Reply
stevejoyce
Specialist II
Specialist II

output:

load

Id & '|' & concat(Desc,'|') as output_field

resident Input

group by Id

;