Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Product Discussion
- :
- What new functions would you like in formulas?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-24-2005 04:42 PM
We are in the midst of planning enhancements to custom formula fields. There are a number of big ticket items planned for the future, including aggregation functions like SUM, COUNT, AVERAGE, etc., and the ability to reference fields on other objects.
In addition to all that, we plan to add more Excel-like functions to the language.
Do you have any functions that you are dying for? This is your chance to submit your wish list.
To get you started, here are a few that I have already heard from customers:
DATE & DATETIME conversion functions -- ability to easily convert Dates & Date/Time fields back and forth.
FIND or SEARCH function that can find one text string within another text string, and return the number of the starting position.
SUBSTITUTE function that can replace old text with new text in a text expression.
Cheers,
Eric
Eric Bezar
Appforce Product Management
force.com Platform Product Management
Solved! Go to Solution.
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-25-2005 08:07 AM
Being able to use Count() and Sum() across tables/objects would be great but don't forget CountIf() and SumIf() so that we can select what we count and sum together. (ie only products in a particular Product Family)
Thanks.
Aiden
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2005 05:09 AM
I.e. How many hours has a case been opened, ignoring nights and weekends.
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2005 05:09 AM
I know, that's not what you meant but I try to bring this up anytime I can.
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2005 07:22 AM
Do you mind sharing some of your specific use cases? How would you like to use this capability?
force.com Platform Product Management
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2005 07:34 AM
One major one for me is to have custom fields in my case object that will pull in asset fields. Example, I use the asset lookup in cases but I need to see the product code as well as serial number in the case (especially for SSP). That's just one example and I can use many more if it was possible.
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2005 09:10 PM
Also being able to use "DATE" in Activity Formulas, would really be useful..
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-27-2005 07:10 AM
So now I have to go back in to each product and calculate the discount in order to have the Amount field match what the contract says. Painful!!!!!!
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-27-2005 07:29 AM
Also, be able to enter/register or have in consideration holidays in thoses calculations.
TRF
Re: What new functions would you like in formulas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-27-2005 07:36 AM
Regards
TRF
Hello, I dont know if I am not doing something or that this is more tricky than its appears.
I am going to put an example in order to show what i'd like.
When performing a tipically report, and showing the record count for each subtotal i got for instance:
Subtotal1: 10 records
Subtotal2: 10 records
Subtotal3: 10 records
Total: 30 records
What I would like is to use the new report formula feature (or somthing else) in order to calculate porcentajes but having in account the total number of records, I mean what I would like is a formula that calculates for each subtotal the porcentaje of participation in others words (for the first it would be 10/30 --> 0.333, second 10/30 --> 0.333, and so forth..) How is it possible to build that kind of formula and how would be its syntax ?
As always thanks
TRF

