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

crismablancocrismablanco Posts: 5Questions: 4Answers: 0

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    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

This discussion has been closed.