Hello, this is my problem.
I import a file in my STG03 module, dimensioned by the STG03 contrat list.
This list has a property "Tiers" which contains the tiers names, in TEXT.
I also have a Tiers module, dimensioned by a Tiers numbered list with code, and display name which are the tiers names.
I want to turn the TEXT line item "Tiers" in my STG module into a LIST formatted line item, so I have to do a Finditem(Tiers ( the list ), Tiers ( the STG property) ) . The problem is, how to do this without having the code ? I juste search for display name in the list, which return me blank cells.
How can I make a finditem in my STG module ? Knowing that the file only import the "display name" of the tiers list.
thanks .