Hi guys,
quick question here: I have the following queries:
Q1: Sub-Search for userID
Q2: Main search, which provides username and department
Currently I can get a table with userID, Username & Department.
I would like to include in the result table each user's last access timestamp, but this field is in the sub-search index. What is the best approach to achieve that?
Table:
UserID | Username | Department | Last Access
Thank you.
↧