Is there a page or SWQL variable to return the logged in user?
Something like ${accountid} or something?
You would get this information from AuditingEvents Table - use the below query to list them (Modify it accordingly to suit your requirement,create an Advanced SQL report )
SELECT * FROM AuditingEvents where ActionTypeID=1
THanks- yes I use that looking for one that will return the current logged in user for that session like ${username}
like we use for ${nodeid}