Hello all,
I have a question when using calculated fields in pivot tables. I have a set of surveys, where each number means either negative, null, or positive. What I want the calculated field to do is the following formula:
(count of all positives - count of all negatives)/sum(positives+negatives+nulls)
what I tried to do is the following (the field being calculated is called OS or "overall satisfaction")
=((OS="Positive")-(OS="Negative"))/((OS="Positive")+(OS="Null")+(OS="Negative")
But the result just returns a 1
What could I do?
Cheers
Bacon
I have a question when using calculated fields in pivot tables. I have a set of surveys, where each number means either negative, null, or positive. What I want the calculated field to do is the following formula:
(count of all positives - count of all negatives)/sum(positives+negatives+nulls)
what I tried to do is the following (the field being calculated is called OS or "overall satisfaction")
=((OS="Positive")-(OS="Negative"))/((OS="Positive")+(OS="Null")+(OS="Negative")
But the result just returns a 1
What could I do?
Cheers
Bacon