Hello
I want to write a text (Test 8) in lets say Text1 when the Unique successor is "3" or "4" or even has the structure of an external successor like "C:\....\15". Beneath code works fine, but only when there isone successor, like "3" or "4".
IIf([Unique ID Successors]="3" Or [Unique ID Successors]="4";"Test 8";"")
What is a solution for this? Some function that would act as "contains" iso of "=" would be fine!
Thanks in advance
Bert van Appeven