Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I've created the table below, which details all of our important Master Opportunities in Salesforce (11 total). Based on this information I want to provide the user with a % of those Opportunities that we've deemed "Power of One" (meaning involves agencies across our network). That total is 10.
Thus, the formula should should exhibiting 90.9% [10/11]. However, I'm not able to configure how to COUNT only the rows of the current visualized table- which again, is 11 (as opposed to the entire # of rows in the ENTIRE TABLE, which is 10K+). As you can see it's returning 100%.
Here's the current formula:
Solved! Go to Solution.
I was able to resolve this with the following formula:
I was able to resolve this with the following formula:
There's a lot of stuff going on. According to your formula "count(Opportunity[Po1 (to use)])" will completely ignore the result of your search and always return the number of rows regardless.
SEARCH has built-in error handling. You don't need ISERROR.
your #3 looks rather complicated. Describe what the resulting string should look like. Most likely you can write
Po1 ROLLUP = Opportunity[Groupe_BUs_Involved__c] & ", " & Opportunity[Multi PH Agency Opp]
please explain your rationale for this part of the formula
count(Opportunity[Po1 (to use)])
Also please show the definition of that field.
1. count(Opportunity[Po1 (to use)])
Pertains to the first column in the table: it counts the # of Opportunities that have been designated Power of One
2. here's the formula:
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |