
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.
The following examples show common use cases for calculated attributes in Territory Planning:
1Combining two fields: Calculate total sales by adding product level sales together.
[Sales Product A] + [Sales Product B]Combining and weighting fields: Combine and weight fields to prioritize sales from one product over another.
[Sales Product A] * .7 + [Sales Product B] * .3Segmentation flags: Show the number of accounts that match text criteria in the legend.
IF([Account Type]="Prospect", 1, 0)Rescaling Values: Convert raw numbers to ratios that can be added together. The method of scaling/normalization/standardization is dependent on your use-case and data.
[Annual Revenue] / [SUM:Annual Revenue] + [Employees] / [SUM:Employees]Work Days: Use visit frequency, visit duration, and travel time estimates to calculate workdays per territory.
(([Visit Frequency]*(([Travel Time Estimate]/60)+[Visit Duration]))/60)/8
000391932