June 2, 200619 yr Hello, I am trying to find the value of the field Full Name (located in a portal row) in standard field(which is in ValueList format). i.e. Case ( DB1::Full Name = DB2::CombinedFullName; "Yes, the value of Full Name does exist somewhere in the field CombinedFullName; "No, the value of Full Name does NOT exist anywhere in the field CombinedFullName" ) If only one value exists in CombinedFullName, then it comes back true, otherwise it doesn't find it. Thanks and God Bless! David Ps. I am trying to use a Calculation; non-scripted if possible.
June 2, 200619 yr Hi, David! I think that you can have your goal uising ValurListItems() function an PaternCount(). In attachment you will see idea. aaa.zip
Create an account or sign in to comment