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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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

10 Replies
MarcoWedel

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