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: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Mapping

I have to pick Price from table WHUUL301 on the basis of given below condition.

Can anyone please help in achieving this. I am thinking of using applymap but unable to achieve.

 

Go to table whuul301 based on 
              whuul301.sfbp = whinh300.sfbp
              whuul301.invn = whinh300.asnr
              whuul301.item = whinh301.item
              whuul301.worn = whinh301.worn
              whuul301.wpon = whinh301.wpon
Pick whuul301.pric (Price)
1 Reply
Anil_Babu_Samineni

I am afraid, If you mean this?

If whuul301.sfbp = whinh300.sfbp or whuul301.invn = whinh300.asnr or whuul301.item = whinh301.item or whuul301.worn = whinh301.worn or whuul301.wpon = whinh301.wpon Then

Load * From whuul301 Where whuul301.pric='price';

Else

Load ....;

End If;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful