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: 
Anonymous
Not applicable

mapping for following scenario

 There is a source table containing 2 columns Col1 and Col2 with data as follows:

    Col1       Col2
    ——        ——

     a              l
     b             p
     a             m
     a             n
     b             q
     x          y

    Design a mapping to load a target table with following values from the above mentioned source:

    Col1       Col2

    ——        ——
      a            l, m, n
      b            p, q
      x            y

Labels (2)
1 Reply
TRF
Champion II
Champion II

Hi,

tDenormalize is what you need for such a case.

0683p000009Lrqo.png