Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In below attached screenshot outcome is possible in data load level in qlik ?
output:
load
Id & '|' & concat(Desc,'|') as output_field
resident Input
group by Id
;
output:
load
Id & '|' & concat(Desc,'|') as output_field
resident Input
group by Id
;