Lando Chez 24.Jan.10 03:12 PM a Web browser Applications Development7.0.1Windows XP
Hi
I am trying to do something that must be very simple (I think).
I want to use @Formula to find a piece of text string in a text list. To do this i use this @Formula code:
@IsMember("Create Notes User"; Log)
The field called Log is a text list field. The text "Create Notes User" can be 1 of the list items. I use this code in a view column. But all the documents show the same value , while I know that there are many documents of which the text string is not in the text list.
Is my formula wrong or must I use a different formula?