function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HoysalaHoysala 

displays inactivated customers during last 60 days in a report

Khan AnasKhan Anas (Salesforce Developers) 
Hi Suraj,

Greetings to you!

Create a report on the User object and use below filters in your report:

View: Active Users

1. Created Date [not equal to] LAST 90 DAYS

2. Last Login [not equal to] LAST 90 DAYS

Filter Logic: 1 AND 2

User-added image

Note: This will show you all users not logged in for 90 days or more. I have used 90 days, you can change it to 60 days.

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas