Jalz Posted December 19, 2008 Posted December 19, 2008 Hi Guys, I have two fields, field 1 contains the data New York however field 2 contains the data London Milan New York New York2 Madrid What formula can I use in a calculation to say if the content/value of Field 1 is in field 2, than display a True, Else display false. The values in field two are seperated by a carriage return. Many Thanks for your help Jalz
comment Posted December 19, 2008 Posted December 19, 2008 Try: not IsEmpty ( FilterValues ( item ; list ) )
IdealData Posted December 19, 2008 Posted December 19, 2008 Have you considered setting up a relationship? field1 --> field2 You can then test with field1 = relationship::field2 The relationship may also be handy for value lists etc.
Recommended Posts
This topic is 5877 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