This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
The previous post is correct in that the easiest (and free) way to get this info is to create a view in your NAB.
Since the client versions are within a listed field, you may have many entries per person - we created a view with multiple columns to show the values per list item (version, machine, and last accessed date):
1st Column: Person Name (we use first fullname list item, but you can use any name field(s))
2nd Column: The below formula -
TClntBld1 := @Subset(ClntBld; -1);
TClntBld :=@RightBack(TClntBld1; 8);
TClntMachine := @Subset(ClntMachine; -1);
TClntDate1 := @Text(@Subset(ClntDate; -1));
TClntDate := @Left(TClntDate1;10);
TClntBld + ", " + TClntMachine + ", " + TClntDate
3rd Column and beyond: Copy same formula above, but increment the number in your subsets by one for each additional entry in lists
Feedback response number WEBB8HTGA5 created by ~Ned Elaskioden on 06/14/2011