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
nksfnksf 

Multi picklist Report

Hi i need to create a report. I have a  Application custom object and i have a Multi Picklist Custom Field called Status. One of value in Status is Assigned for review. I need to create a report that how many applications hits the assigned for review Status by Day. Can you please help me out with all steps. I need it done ASAP

karthiksaivkarthiksaiv

Hi,

 

Create report on custum object "Application" and add a filter on 'status' field "assigned for review".

follow the step by step procedure

Reports -> New Report  -> Application(Custom Object) -> Create Report -> Add filter -> Status(custom field) -> equals -> Assigned for review(from the lookup icon)

nksfnksf

Thanks for your reply. I got this so far but they need to know how many applications hit the assigned for review status by day. How i can i figure it out in report?

Status is Custom Picklist Field and Assigned for Review is one of the value in it.