how to get the "name" value of a table that is not directly related to the field of the editor
how to get the "name" value of a table that is not directly related to the field of the editor
crismablanco
Posts: 5Questions: 4Answers: 0
in Editor
In the editor of "column" I want to show the warehose and block names.
How can I do it ?
thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
Use two left join statements. You can actually as as many left joins as you want, although obviously the more that are added the less performance that might be expected. 2 won't be a problem.
Allan