Owner Only Quantity
Owner Only Quantity is a Salesforce Collaborative Forecasting measure that shows the forecast quantity (or revenue) derived exclusively from records the user directly owns, excluding the rollup contribution from anyone reporting to that user in the forecast hierarchy.
Definition
Owner Only Quantity is a Salesforce Collaborative Forecasting measure that shows the forecast quantity (or revenue) derived exclusively from records the user directly owns, excluding the rollup contribution from anyone reporting to that user in the forecast hierarchy. The figure isolates an individual contributor's pipeline from their team's pipeline, which matters for managers who carry their own quota in addition to their team's quota.
The measure appears alongside its counterpart Quantity (or Amount) on the forecast page. The combined view answers two distinct questions: how is the manager performing on their personal book of business, and how is the entire team rolling up. Owner Only is the personal view; Quantity is the team view. Both are computed at every level of the forecast hierarchy, so a director sees Owner Only for their own deals and Quantity for everyone reporting up through them. The data underneath is the same Opportunity records; the difference is whether subordinate-owned records are included in the sum.
How Owner Only Quantity is calculated and displayed
The forecast hierarchy and the rollup model
Salesforce's Collaborative Forecasting is built on the Forecast Hierarchy, which usually mirrors the Role Hierarchy but can be configured separately. Each user appears once in the hierarchy with a defined manager. The forecast page for a manager shows the sum of forecast across the manager's direct reports, their direct reports, and so on down the tree. Owner Only Quantity is the subset of that total that the manager owns personally. For an individual contributor with no reports, Owner Only Quantity and Quantity are identical. For a manager with reports, the two differ by the amount their team's deals contribute.
Why the distinction matters for managers
Many sales organizations assign a personal quota to managers in addition to their team quota. A regional VP might carry a five million dollar personal quota (deals they directly source and close) plus oversee a team with an eighty million dollar team quota. Without Owner Only Quantity, the manager has no way to see their personal contribution separately from the team rollup. The view becomes essential for fair compensation, accurate quota credit, and clear coaching conversations: a manager who is doing well personally but whose team is struggling has a different action plan than a manager whose own deals are weak. Both numbers tell parts of the story.
Adjustments and Owner Only
Collaborative Forecasting supports forecast adjustments, where a manager can revise the rollup number for a subordinate based on their judgment (Sarah is showing 200K but I think it lands at 250K). Adjustments apply to the rollup Quantity, not to Owner Only. The reason is conceptual: Owner Only reflects the user's own records, which they edit directly. Adjustments are for revising someone else's view, which only makes sense at the rollup level. The result is that adjustment columns and Owner Only columns interact in nuanced ways on the forecast page, and understanding the distinction prevents misinterpretation of the displayed numbers.
Reporting against Owner Only data
Owner Only Quantity is available as a column in the Forecast page, but extracting it for external reporting requires understanding the underlying data model. The ForecastingItem object stores Quantity, ForecastedQuantity, and the related adjustment values. Owner Only is the calculation that filters ForecastingItem rows to those where the OwnerId equals the running user's Id (or the target user's Id in a manager's view). Custom reports against ForecastingItem can replicate the Owner Only calculation, which is useful when building executive dashboards that summarize personal versus team performance across many managers.
Owner Only across forecast types
Salesforce supports multiple Forecast Types simultaneously: by product family, by opportunity-revenue-split, by quantity, by territory. Each Forecast Type has its own forecast page and its own Owner Only figure. A sales rep working on a product-family forecast sees their Owner Only product mix; a different rep on the territory forecast sees their Owner Only territory contribution. The Owner Only calculation works the same across all forecast types, but the underlying data filter differs. Configuring which Forecast Types are active and which users see which views is a Setup decision made when the org first stands up Collaborative Forecasting.
Common configuration mistakes
Three configuration choices commonly trip up new Collaborative Forecasting deployments. First, mismatched Role Hierarchy and Forecast Hierarchy: if the two hierarchies disagree, Owner Only reports the right number but Quantity reports the wrong rollup, leading to manager confusion. Align the hierarchies before turning forecasting on. Second, missing forecast assignments: a user without an assigned forecast role does not appear in the rollup, so their deals contribute to nobody's Quantity, leaving deals invisible at the manager level. Run a periodic audit to catch unassigned users. Third, Owner Only being hidden in the page layout: by default the column appears, but admins sometimes remove it, leaving managers unable to see their personal contribution at all.
Compensation and quota crediting
Owner Only Quantity is the natural data source for compensation calculations that credit a manager only for deals they own. Most compensation tools (Spiff, CaptivateIQ, Xactly) consume forecast data through APIs and apply their own rollup rules. Feeding them Owner Only versus team-rollup figures gives different incentive outcomes. Designing the compensation logic to use Owner Only for personal-quota crediting and team-rollup for team-quota crediting matches the way most enterprises structure manager compensation: a smaller personal carry plus a larger team override. Misaligning the data source leads to compensation disputes that the finance team has to untangle quarterly.
Owner Only in territory and split forecasting
Two specialty forecasting modes complicate the Owner Only calculation. Territory-based forecasting introduces the concept of an Account Team or Territory Hierarchy that overlays the standard Forecast Hierarchy. In territory mode, a single opportunity can roll up to multiple territories simultaneously, and Owner Only tracks the opportunity's primary owner regardless of territory membership. Opportunity-Revenue-Split forecasting distributes the deal value across multiple users (the closer, the architect, the partner manager), with each user seeing their split percentage in their forecast. In split mode, Owner Only Quantity reflects the user's split share, not the deal's full amount, which can confuse users who expect to see the full deal value. The right approach is to train users on what Owner Only means in their specific forecasting mode rather than assuming a single mental model applies across all modes.
Use Owner Only Quantity effectively
Owner Only Quantity is available out of the box once Collaborative Forecasting is enabled. Using it well is a matter of page-layout configuration, training managers on what the column means, and connecting the data to downstream reporting and compensation. The workflow below covers the standard setup and adoption sequence.
- Confirm Collaborative Forecasting is enabled
From Setup, navigate to Forecasts Settings. Verify Collaborative Forecasting is enabled, the Forecast Hierarchy matches the org's reporting structure, and the appropriate Forecast Types are turned on (Quantity, Revenue, Product Family, Opportunity-Revenue-Split, or Territory). Assign forecast managers and individual contributors to the hierarchy. Confirm at least one Opportunity exists in each forecast level so the page shows non-zero values during the first review.
- Make sure Owner Only Quantity appears on the forecast page
Open the Forecasts tab. The default page layout includes Owner Only Quantity alongside Quantity for each forecast category (Closed, Commit, Best Case, Pipeline). If Owner Only is missing, navigate to the Forecasts page in Object Manager and edit the layout to add the column. Save the layout and assign it to the relevant profiles. Test by logging in as a manager with team members and confirming both columns are visible.
- Train managers on the distinction
Run a brief training session for managers explaining what Owner Only Quantity shows and why it matters. Walk through a sample manager's forecast page showing both columns side by side. Explain that adjustments apply to Quantity, not Owner Only, and that personal compensation typically uses Owner Only. Document the explanation in the manager training portal so new managers can self-serve when they take on a team.
- Connect to compensation and analytics
Work with the finance and compensation team to confirm their tooling consumes Owner Only Quantity for personal-quota crediting and rollup Quantity for team-quota crediting. Build executive dashboards in CRM Analytics or Reports that show Owner Only versus team-rollup performance by manager. Schedule a quarterly review with sales operations to confirm the data is reading correctly and to spot any forecast hierarchy or role hierarchy drift.
- Forecast Hierarchy and Role Hierarchy must agree. Misalignment causes Quantity to roll up incorrectly while Owner Only stays right, leading to manager confusion.
- Forecast adjustments apply to Quantity, not Owner Only. Adjusting an Owner Only figure is conceptually meaningless and the UI does not allow it.
- Users without forecast role assignments do not appear in any rollup. Their Owner Only deals are visible to them personally but invisible to their manager.
- Owner Only is per Forecast Type. A user on multiple Forecast Types has separate Owner Only values for each, and the values do not aggregate across types.
- Compensation tools sometimes default to rollup Quantity for everything. Confirm with the comp team which measure feeds personal-quota crediting versus team-quota crediting.
Trust & references
Cross-checked against the following references.
- Collaborative Forecasting OverviewSalesforce Help
Straight from the source - Salesforce's reference material on Owner Only Quantity.
- Collaborative ForecastingSalesforce Help
- Forecast HierarchySalesforce Help
About the Author
Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.
Test your knowledge
Q1. What is Owner Only Quantity?
Q2. When is quantity forecasting important?
Q3. What's the relationship to Owner Only Amount?
Discussion
Loading discussion…