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
NCEE_AndrewNCEE_Andrew 

Simple Report Question

I want to create a report that gives me a list of all unique contact titles.  Is there anyway to do this?
werewolfwerewolf
Well, you could just make a report of all contacts and group by Title.  That would do it.