elsenorjose
Technical User
I am using a view in Oracle (9i) that has a field called ‘status’. The values in ‘status’ are:
INTERNAL
EXTERNAL
DECLINED
I want to create a formula that will allow me to:
Count the total ‘status’ values for a given date range;
Count EACH ‘status’ value for the date range;
Subtract each count from the total;
Give me a percentage of each status in relation to the total.
So, if I have 30 total statues of which 10 are internal, 10 are external, and 10 are declined, I would want to see something like:
TOTAL Internal External Decline Internal % External % Decline %
30 10 10 10 33% 33% 33%
Using CR 8.5
INTERNAL
EXTERNAL
DECLINED
I want to create a formula that will allow me to:
Count the total ‘status’ values for a given date range;
Count EACH ‘status’ value for the date range;
Subtract each count from the total;
Give me a percentage of each status in relation to the total.
So, if I have 30 total statues of which 10 are internal, 10 are external, and 10 are declined, I would want to see something like:
TOTAL Internal External Decline Internal % External % Decline %
30 10 10 10 33% 33% 33%
Using CR 8.5