Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I want to create a table - see image - which show the z-scores for each company (instead of the normal scoring which is currently in the table). Does somebody know the expression to get this done? I can't find it.
ps. z-scores describe the distance of the company score to the mean, expressed in standarddeviation.
This would be easier with an example file to play with, but let's see. I'm guessing that each company has a single score? So the mean (since you want it in the chart) is probably:
avg(total Score)
And the standard deviation is probably:
stdev(total Score)
And so your z-score would probably be:
(Score - avg(total Score))/stdev(total Score)
This would be easier with an example file to play with, but let's see. I'm guessing that each company has a single score? So the mean (since you want it in the chart) is probably:
avg(total Score)
And the standard deviation is probably:
stdev(total Score)
And so your z-score would probably be:
(Score - avg(total Score))/stdev(total Score)
Fantastic John, It works. Thanks for quick response.
Very good answer and very simple.
I have espent a lot of time searching a function which does a zcore in the documentation ofSense.