Question: What are the different point-of-sale alert methods used by DRP?
Answer: This is the current list. New standard (and custom) point-of-sale alert methods may be developed to handle the needs of specific situations.
Note The parameter names must be entered exactly as listed for the calculations to work properly. These same parameter names can be used for different point-of-sale alert methods.
Point-of-Sale Alert Method / Program Name |
Parameter |
Type |
Default Value |
Description |
Trend Alert (methpatapc.p) |
This point-of-sale alert method analyzes point-of-sale data and creates point-of-sale alert records when alerts are created in Point of Sale Alert Create. |
|||
|
Alert Group |
Character |
Both |
This parameter controls whether each forecast group is analyzed individually or in total. You can select one of the following values:
|
|
Alert Option |
Character |
Both |
This parameter controls whether point-of-sale alerts are created for point-of-sale data trending up, down, or both up and down. |
|
Moving Average Periods |
Integer |
6 |
This is the number of periods of history to use to calculate a moving average. |
|
Time Bucket |
Character |
Week |
This determines the time period used to calculate point-of-sale alerts. |
|
Trending Down % |
Decimal |
20 |
An alert is created if point-of-sale data is trending down by both this percentage and the quantity for the Trending Down Qty parameter. |
|
Trending Down Qty |
Integer |
100 |
An alert is created if point-of-sale data is trending down by both this quantity and the percentage for the Trending Down % parameter. |
|
Trending Up % |
Decimal |
20 |
An alert is created if point-of-sale data is trending up by both this percentage and the quantity for the Trending Up Qty parameter. |
|
Trending Up Qty |
Integer |
100 |
An alert is created if point-of-sale data is trending up by both this quantity and the percentage for the Trending Up % parameter. |
Example The following is an example of when an alert would be triggered for downward trending if using 5 for the Moving Average Periods parameter, 0 for the Trending Down Qty parameter, and leaving the default Trending Down % parameter value of 20.
In period 9, a point-of-sale alert is created because the percentage of actual sales is down 21%. The following is an example of when an alert would be triggered for upward trending if using 5 for the Moving Average Periods parameter value, 0 for the Trending Up Qty parameter, and setting the Trending Up % parameter value to 15.
In period 9, a point-of-sale alert is created because the percentage of actual sales is up 15%. |