Show the relative standard deviation

No single function returns the value for the relative standard deviation. If you need to display this value, you must calculate it using the following expression:

=(StDev(fieldname)/Avg(fieldname)*100)