Hi There
I wanted to find out how to create a report that list users who have not logged in for a certain period.
Is this possible to do with a report?
Thanks
Hi There
I wanted to find out how to create a report that list users who have not logged in for a certain period.
Is this possible to do with a report?
Thanks
Hi
Can use an asset listing on the group of users, and use the login_date attribute to pull out all the data:
%asset_name%: %asset_attribute_login_date%
Or to filter from a particular date, use something like below in the default format:
%asset_attribute_login_date^lt_date:2018-10-01:{asset_name}:%
Thanks
Peter