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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

;