Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
KirstenKa
Creator II
Creator II

Vlookup

After a join I would to do a v-lookup to see if the value in SAP.Trading Co exists compared to C8.sku

If it doesn’t exist similar to yellow marked (Cell A2) I would like to mark the c8.sku as “not ready” in the following code in the load script

  If(num#([MovAv.4200],'#,00')<>0 AND num#("LSRP-4000",'#,00')<>0 AND trim([MovAv.4200]) & ''<>'' AND ("LSRP-4000")<>0 AND ([MovAv.4200])<>0 AND len(trim(Theme))*len(trim(MovAv.4200))*len(trim("CoO(Purcha"))*len(trim("LSRP-4000")), 'Ready', 'Not ready')  as SAPSFMSstatusSalesorder

Labels (1)
4 Replies
cristianj23a
Partner - Creator III
Partner - Creator III

Hello, I do not understand your question, could you give me more detail.

https://www.linkedin.com/in/cristianjorge/
Do not forget to mark as "Accepted Solution" the comment that resolves the doubt.
KirstenKa
Creator II
Creator II
Author

@cristianj23a  still working on the code, will give you an update once I can clarify my question better

KirstenKa
Creator II
Creator II
Author

cristianj23a
Partner - Creator III
Partner - Creator III

Hello, ok now I see it

https://www.linkedin.com/in/cristianjorge/
Do not forget to mark as "Accepted Solution" the comment that resolves the doubt.