Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Product Discussion
- :
- Re: Report Question - Show unique relationships?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Report Question - Show unique relationsh ips?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2009 03:03 PM
I have 2 related objects, 'Projects' and 'Users'. A user may have many projects (or none at all), but a project only has one User (and must have one).
I'd like to create a report (that will ultimately become a dashboard metric) that shows how many unique users there are amongst all projects. Is there a way to derive this total from a report?
I can get the data from a summary report, but can't get a total from it without exporting or manually counting. A list of all users won't work because there are users with zero projects.
Is this possible to do?
Solved! Go to Solution.
Re: Report Question - Show unique relationsh ips?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2009 04:37 PM
You can use a reporting trick to get the number of users:
http://blogs.salesforce.com/analytics/2006/08/the_
Do you want users without projects counted also?
if the "users" are a custom object, then you can create a custom report type of
users
with and without
projects
and then you can report on users and projects, and you'll get a count of users from the trick above. You can get a count of projects using record count.
Re: Report Question - Show unique relationsh ips?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-25-2009 09:28 AM
I never knew about the hack to make this work and have been trying to solve this reporting issue for years.
Thank you!!!

