Hello,
In each document of the database names.nsf, there is the field "FullName" with a list of characters like : "Mary XXXXXX/OU=XXXXX/O=XXXX, Mary XXXXX, 1245987".
In a column of a view in this database, I only want to get the first element of this field, so in this example : Mary XXXXXX/OU=XXXXX/O=XXXX.
I try with @Implode, @Explode and @Left but it doesn't work...
Someone can help me please ?

getting the first element of a list... (A AA A 28.Nov.05)
. . 