Lookup funtion return blank values
Hi,
I have the 2 modules below and did a lookup function but it returns blank values.
Am i missing something?
Best Answer
-
@joky1980
- Create 1 line item in SYS01 with name of Accounts code, Format - list, Accounts code, Formula - Finditem(Accounts code list, Code)
-In mapping to countries line item use this formula - SYS05. distributor[lookup: New line item(Accounts code)]
Thanks,
Manjunath1
Answers
-
Hi @joky1980 ,
Code is Line item in sys01 but a list item in Sys05. I think it must be different list, if so, do a finditem in SYS01 to derive the list of sys05 list in sys01. Lookup or firstnonblank should work here.
Thanks,
Manjunath0 -
Hi @ManjunathKN ,
The code from SYS01 is code that was from the list.
Can you kindly advise how i can get the value (Distributor) from SYS05?
0 -
Hi @joky1980,
Cant really relate by this. Can you show me the blueprint view of Sys01 and sys05. SS should have "applies to".
Thanks,
Manjunath0 -
0
-
@ManjunathKN, it works! thank you very much!
1