saa: Sales Margin

Description Usage Arguments Details Value Author(s) Examples

View source: R/saa.R

Description

It calculates the diffrence between any current sales amount and a target sales amount. Sales are presented as amounts of money

Usage

1
saa(status, tgoal)

Arguments

status

any current sales amount under review

tgoal

the target sales amount to be achieved

Details

The function is specifically meant for spot sales amount to ascertain its performance

Value

a string describing the current sale as percentage of the target and their difference

Author(s)

Abubakar Akanbi

Examples

1
2
3
## Current sales = 56000, target sales = 45520
## status = 56000 , tgoal = 45520
saa(status = 56000, tgoal = 45520)

QKPIs documentation built on Feb. 26, 2021, 5:09 p.m.