David Garza Posted June 2, 2006 Posted June 2, 2006 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.
aaa Posted June 2, 2006 Posted June 2, 2006 Hi, David! I think that you can have your goal uising ValurListItems() function an PaternCount(). In attachment you will see idea. aaa.zip
Recommended Posts
This topic is 6750 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now