Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Re: Using User fields in report formula calculatio...
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Using User fields in report formula calculatio n
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-22-2010 12:49 PM
I have a field that is stored as a custom field in our User object. It is a number (the target number of activities we expect to see from that person per some period of time).
I would like to create a custom summary/formula in an Activity report that references that number. Specifically, I would like to calcualte the percent-to-target that user is.
For example:
- User's monthly target is 100 activities of a certian type. This number is stored in thier user object as the "Target" field.
- That user has recorded 70 activities for the month.
- I would like to write a report that shows that the user is 70% to their target.
The way I'm trying to achieve this is by taking the RowCount from the Formula Builder and I *want* to do something like this:
RowCount/{!User.MyCustomField}
Is anything like this possible?
Re: Using User fields in report formula calculatio n
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-22-2010 01:35 PM
You probably have to create a Custom Report Type in order to get a handle to your custom User field. The User object is pretty locked down in most standard SFDC Reports.
"If you're in a band and you think that you're good, you probably suck. If you're in a band and you think that you suck, you probably do." - Bob Pollard

