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
Inanskar007Inanskar007 

Add a custom picklist field as flite condition in a custom report for two different unrelated objects

Hello,

I have standard report type Todo and Visits, Based on that i have fliter condition, Assigned To : username (xyz).and I will create a new reports for Todo and visits.

Now I have created a custom picklist field on user object. This custom field does not have a relation ship with any object. But I want to include this custom field as a filter conditon in my report (report type as todo and visits).

Could you please let me know possible way to do this?
 
ShashankShashank (Salesforce Developers) 
You must have a lookup to user object to be able to use the field in the report filters.