I have a data frame that has Percentages
Column1,Column2,Column3
5%,4%,3%
1%,2%,10%
I want to create an aggregated column, which calculates the standard deviation for each row of data (in my case, the standard deviation between 5%,4% and 3%, etc) using the stdev function on Spotfire. I have tried the formula input of :
StdDev([Column1],[Column2],[Column3])
This does not work. Any help will be appreciated