View with users current notes client version

Hello,

I want to make a view with the users current Notes client version.

In the person document, under administration you can see a list of all clients that have been installed for that client. Is it possible to filter the latest (highest) client version?

The view must be like that :

Column 1 : Notes server (Twistie)

Column 2 : Notes Client version (Twistie)

Column 3 : Username

Now I have some users that appear under different Notes Client versions. And that is what I want to avoid.

Thanks in advance

Greetings

Lainkes

Subject: Use this formula

Create a copy of the “People\By Client Version” view.

Modify the client version column to use this formula. It will display the last version this user signed on with.

allversions := @Implode( ClntBld ; “,” );

@RightBack( allversions ; “,”)