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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script calculation issue

table1:

  customerid ,bookingloc, deliverloc

  100                1                  2

table2:

  locid     locname

  1          bangalore

  2           chennai

how i can achieve below output as w/o null records

  customerid  bookingloc  deliveryloc

  100              bangalore     chennai

Labels (1)
10 Replies
MarcoWedel
MVP
MVP

Hi,

one front end solution without changing your data model could be:

QlikCommunity_Thread_175059_Pic1.JPG

QlikCommunity_Thread_175059_Pic2.JPG

QlikCommunity_Thread_175059_Pic3.JPG

hope this helps

regards

Marco