Is there a good way to find out users notes client version?

Hi

i’m looking for a good way to find out which Notes Client Versions the Users use.

At the moment the Person Document shows all Client versions they ever used, and this makes the whole client version view’s useless imo.

anyone got an idea?

thanks!

kind regards

Tibor

Subject: Client version

Tweak the view first column formula into:

@Subset ( ClntBld; -1 )

Thierry Cayla

http://dominoeffects.serveblog.net

Subject: Not kept in any logical squence

Using @Subset will return a single value, but there’s no guarantee that the value returned is the correct (latest) value.

The problem is that the fields seem to get updated in a random order. Sometimes the latest version is on top, sometimes the bottom, sometimes in the middle.

Subject: cool stuff thanks!

thanks alot for this and the other answers :slight_smile:

Subject: Nice Blog

Nice blog, I will be bookmarking this site. Is there a blog on the original question? I searched for something like version and couldn’t find anything.

Thanks