Hi there,
I'm trying to get value on my main table from another table based on conditions I've defined in the main table and that will meet the parametres from a second table.
I've worked with thw ways in order to tackle that issue. First is to write a formula able to do that.
IF(AND(Table1.UOs = Sync.UOs,Table1.SP=Sync.SP),Sync.Name)
The other way investigated is to go through script like the one below. Still working on it to include to loops for the two conditions to meet.
Not sure if the first apporach can work (that will be my favorite).
Otherwise, the script option could definiletly work but i'm facing issue with "multiple select" and the two conditions to include.
If someone can help, that will be awesome !
Best regards,
Arthur