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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
renjithpl
Specialist
Specialist

Accumulated Table

Hi all,

I have to create an accumulated table

First - i have a table like below

NAMEPLACE
AAAUSA
AAACANADA
AAAJAPAN

Secondly i have seperate table like

CODE
111
222
333

Now i want to use join or a mapping function to get an accumulated table like below

NAMEPLACECODE
AAAUSA111
AAACANADA222
AAAJAPAN222
AAAUSA222
AAAUSA333
AAACANADA333
AAAJAPAN333

Basically, USA has all the three codes, CANADA and JAPAN have two codes (222 and 333) not 111

As i have many countries listed under place and around 10 codes,

Is there any simple method to bring this table

Regards

Ren

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Is there any logic behind joining the codes based on the Name and place?